diff options
author | Marcelo Lima <mcdlima@gmail.com> | 2015-11-06 11:23:34 -0300 |
---|---|---|
committer | Marcelo Lima <mcdlima@gmail.com> | 2015-11-06 11:23:34 -0300 |
commit | 0ad9f0ce2f3a9c146bf347de81414ccc15b9e797 (patch) | |
tree | cd443783248fe0ac9f8e4625e189f9cf21083365 | |
parent | Merge pull request #251 from larsmans/fixes (diff) | |
download | golite-0ad9f0ce2f3a9c146bf347de81414ccc15b9e797.tar.gz golite-0ad9f0ce2f3a9c146bf347de81414ccc15b9e797.tar.xz |
Fix README project address
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ------------- |