Fix typo in the README

Closes https://github.com/ballista-compute/sqlparser-rs/issues/269
This commit is contained in:
Nickolay Ponomarev 2020-09-07 04:31:07 +03:00
parent 01a2a6bd0c
commit cf7263c294

View file

@ -43,7 +43,7 @@ AST: [Query(Query { ctes: [], body: Select(Select { distinct: false, projection:
## Command line
To parse a file and dump the results as JSON:
```
$ cargo run --feature json_example --example cli FILENAME.sql [--dialectname]
$ cargo run --features json_example --example cli FILENAME.sql [--dialectname]
```
## SQL compliance