From 78439bfa1882ed63b523ae65ebff2e5dc8380bd6 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Mon, 3 Sep 2018 15:06:43 -0600 Subject: [PATCH] Remove duplicate title from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 15175253..16f46bef 100644 --- a/README.md +++ b/README.md @@ -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 \