diff options
author | Ingve Vormestrand <ingvev@gmail.com> | 2018-06-30 21:54:21 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-07-02 20:40:57 +0200 |
commit | 3aefd9f0a162514f66d0e4ceda3edc44e66b502e (patch) | |
tree | 4a7f701e0b8fa78d48857c0b2e677322db72633d /README.md | |
parent | fix/306 (diff) | |
download | golite-3aefd9f0a162514f66d0e4ceda3edc44e66b502e.tar.gz golite-3aefd9f0a162514f66d0e4ceda3edc44e66b502e.tar.xz |
Fix typo in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |