aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasataka Pocke Kuwabara <kuwabara@pocke.me>2019-01-04 23:55:45 +0900
committerMasataka Pocke Kuwabara <kuwabara@pocke.me>2019-01-04 23:55:45 +0900
commit1688b64fb76ace5fe7344c38bb0de66e2c220349 (patch)
tree4894199ed31d9f997a54cb108d1b4f92c347cbd0
parentMerge pull request #675 from mattn/sqlite-amalgamation-3260000 (diff)
downloadgolite-1688b64fb76ace5fe7344c38bb0de66e2c220349.tar.gz
golite-1688b64fb76ace5fe7344c38bb0de66e2c220349.tar.xz
Fix typo in README
s/an/a/
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc31134..51b7e90 100644
--- a/README.md
+++ b/README.md
@@ -483,7 +483,7 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial
- Error: `database is locked`
- When you get an database is locked. Please use the following options.
+ When you get a database is locked. Please use the following options.
Add to DSN: `cache=shared`