aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2015-11-06 23:54:04 +0900
committermattn <mattn.jp@gmail.com>2015-11-06 23:54:04 +0900
commit5651a9d9d49ec25811d08220ee972080378d52ea (patch)
treecd443783248fe0ac9f8e4625e189f9cf21083365
parentMerge pull request #251 from larsmans/fixes (diff)
parentFix README project address (diff)
downloadgolite-5651a9d9d49ec25811d08220ee972080378d52ea.tar.gz
golite-5651a9d9d49ec25811d08220ee972080378d52ea.tar.xz
Merge pull request #252 from marcelolima/master
Fix README project address
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ef6761..6767e8e 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This package can be installed with the go get command:
_go-sqlite3_ is *cgo* package.
If you want to build your app using go-sqlite3, you need gcc.
-However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite`, you don't need gcc to build your app anymore.
+However, if you install _go-sqlite3_ with `go install github.com/mattn/go-sqlite3`, you don't need gcc to build your app anymore.
Documentation
-------------