diff options
| author | Masataka Pocke Kuwabara <kuwabara@pocke.me> | 2019-01-04 23:55:45 +0900 |
|---|---|---|
| committer | Masataka Pocke Kuwabara <kuwabara@pocke.me> | 2019-01-04 23:55:45 +0900 |
| commit | 1688b64fb76ace5fe7344c38bb0de66e2c220349 (patch) | |
| tree | 4894199ed31d9f997a54cb108d1b4f92c347cbd0 | |
| parent | Merge pull request #675 from mattn/sqlite-amalgamation-3260000 (diff) | |
| download | golite-1688b64fb76ace5fe7344c38bb0de66e2c220349.tar.gz golite-1688b64fb76ace5fe7344c38bb0de66e2c220349.tar.xz | |
Fix typo in README
s/an/a/
| -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` |
