branch: elpa/emacsql commit c236aa8437643822b44303b8de9dd2c6d7137745 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Remove extra space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e4b8e9ca..0eece045ff 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ shouldn't impact normal use of the database. ;; Insert some data: (emacsql db [:insert :into people - :values (["Jeff" 1000 60000.0] ["Susan" 1001 64000.0])]) + :values (["Jeff" 1000 60000.0] ["Susan" 1001 64000.0])]) ;; Query the database for results: (emacsql db [:select [name id]