aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-06-18 05:04:07 -0700
committermattn <mattn.jp@gmail.com>2013-06-18 05:04:07 -0700
commitdc751dd5f66a30da1ea340597f96bb87fa1d733e (patch)
tree1a4f449da4fe77166726148ebe5efd6b9f83820b
parentMerge pull request #63 from wei2912/patch-1 (diff)
parentFix a few grammatical errors. (diff)
downloadgolite-dc751dd5f66a30da1ea340597f96bb87fa1d733e.tar.gz
golite-dc751dd5f66a30da1ea340597f96bb87fa1d733e.tar.xz
Merge pull request #64 from wei2912/patch-2
Fix a few grammatical errors.
-rw-r--r--README.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index 01ee39b..cdef8cd 100644
--- a/README.mkd
+++ b/README.mkd
@@ -37,17 +37,17 @@ FAQ
* Can't build go-sqlite3 on windows 64bit.
- > Probably, you are using go 1.0, go1.0 have a problem to compile/link on windows 64bit.
+ > Probably, you are using go 1.0, go1.0 has a problem when it comes to compiling/linking on windows 64bit.
> See: https://github.com/mattn/go-sqlite3/issues/27
* Getting insert error while query is opened.
- > You can pass some arguments into the connection string like URI.
+ > You can pass some arguments into the connection string, for example, a URI.
> See: https://github.com/mattn/go-sqlite3/issues/39
* Can't build go-sqlite3. I got error of pkg-config.
- > Probably, you don't set PKG_CONFIG_PATH environment variable.
+ > Probably, you didn't set PKG_CONFIG_PATH environment variable.
> Add PKG_CONFIG_PATH=/path/to/pkgconfig into your bashrc (something for
> your shell), Or do `export PKG_CONFIG_PATH=/path/to/pkgconfig` in bash.
> See: https://github.com/mattn/go-sqlite3/issues/45