Remove duplicate title from README

This commit is contained in:
Andy Grove 2018-09-03 15:06:43 -06:00
parent 401f01cb41
commit 78439bfa18

View file

@ -14,8 +14,6 @@ A secondary goal is to make it easy for others to use this library as a foundati
The current code is capable of parsing some trivial SELECT and CREATE TABLE statements.
## Example
```rust
let sql = "SELECT a, b, 123, myfunc(b) \
FROM table_1 \