branch: elpa/emacsql
commit 0f5f560f8b2f656d3c1b61f54354f5bdff3c43cf
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Fix README example typo.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e7381553ba..ccfb6054c2 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ test suite from the Makefile.
 
 ;; Or optionally provide column constraints.
 (emacsql db [:create-table people
-             ([name (id integer :primary-key) (salary float)]]))
+             ([name (id integer :primary-key) (salary float)])])
 
 ;; Insert some data:
 (emacsql db [:insert :into people

Reply via email to