Skip to content

Commit cf7263c

Browse files
committed
Fix typo in the README
Closes apache#269
1 parent 01a2a6b commit cf7263c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AST: [Query(Query { ctes: [], body: Select(Select { distinct: false, projection:
4343
## Command line
4444
To parse a file and dump the results as JSON:
4545
```
46-
$ cargo run --feature json_example --example cli FILENAME.sql [--dialectname]
46+
$ cargo run --features json_example --example cli FILENAME.sql [--dialectname]
4747
```
4848

4949
## SQL compliance

0 commit comments

Comments
 (0)