From 3aefd9f0a162514f66d0e4ceda3edc44e66b502e Mon Sep 17 00:00:00 2001 From: Ingve Vormestrand Date: Sat, 30 Jun 2018 21:54:21 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d017a..a764be8 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial For more information see [#289](https://github.com/mattn/go-sqlite3/issues/289) -- Trying to execure a `.` (dot) command throws an error. +- Trying to execute a `.` (dot) command throws an error. Error: `Error: near ".": syntax error` Dot command are part of SQLite3 CLI not of this library.