aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2019-02-18 02:40:29 +0900
committerGitHub <noreply@github.com>2019-02-18 02:40:29 +0900
commitad30583d8387ce8118f8605eaeb3b4f7b4ae0ee1 (patch)
tree7214a9cc81563cbb4c4a9d3fb35c0e2f5cda1520
parentMerge pull request #693 from egonelbre/unify-travis-runs (diff)
parentFix typo (diff)
downloadgolite-ad30583d8387ce8118f8605eaeb3b4f7b4ae0ee1.tar.gz
golite-ad30583d8387ce8118f8605eaeb3b4f7b4ae0ee1.tar.xz
Merge pull request #695 from mattn/fix-typo
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51b7e90..3b2f695 100644
--- a/README.md
+++ b/README.md
@@ -495,7 +495,7 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial
Second please set the database connections of the SQL package to 1.
```go
- db.SetMaxOpenConn(1)
+ db.SetMaxOpenConns(1)
```
More information see [#209](https://github.com/mattn/go-sqlite3/issues/209)