aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2019-01-05 01:17:12 +0900
committerGitHub <noreply@github.com>2019-01-05 01:17:12 +0900
commit3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf (patch)
tree4894199ed31d9f997a54cb108d1b4f92c347cbd0
parentMerge pull request #675 from mattn/sqlite-amalgamation-3260000 (diff)
parentFix typo in README (diff)
downloadgolite-3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf.tar.gz
golite-3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf.tar.xz
Merge pull request #679 from pocke/an-a
Fix typo in README
-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`