From 0ad9f0ce2f3a9c146bf347de81414ccc15b9e797 Mon Sep 17 00:00:00 2001 From: Marcelo Lima Date: Fri, 6 Nov 2015 11:23:34 -0300 Subject: [PATCH] Fix README project address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------