diff options
author | mattn <mattn.jp@gmail.com> | 2019-01-05 01:17:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 01:17:12 +0900 |
commit | 3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf (patch) | |
tree | 4894199ed31d9f997a54cb108d1b4f92c347cbd0 | |
parent | Merge pull request #675 from mattn/sqlite-amalgamation-3260000 (diff) | |
parent | Fix typo in README (diff) | |
download | golite-3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf.tar.gz golite-3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf.tar.xz |
Merge pull request #679 from pocke/an-a
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |