aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8704687..8704a28 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,11 @@ BP is a parsing expression grammar (PEG) tool for the command line.
It's written in pure C with no dependencies.
+## Tutorial
+
+Run `make tutorial` to run through the tutorial. It walks through some basic pattern matching.
+
+
## Usage
`bp [flags] <pattern> [<input files>...]`
@@ -79,11 +84,6 @@ Pattern | Meaning
See `man ./bp.1` for more details.
-## Tutorial
-
-Run `make tutorial` to run through the tutorial. It walks through some basic pattern matching.
-
-
## Grammar Files
BP comes packaged with some pattern definitions that can be useful when parsing