Fix README project address

This commit is contained in:
Marcelo Lima 2015-11-06 11:23:34 -03:00
parent 2513631704
commit 0ad9f0ce2f
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------------