diff options
author | wei2912 <wei2912_support@hotmail.com> | 2013-06-18 19:40:15 +0800 |
---|---|---|
committer | wei2912 <wei2912_support@hotmail.com> | 2013-06-18 19:40:15 +0800 |
commit | 82c791ba4fed5d85f8e3dd6dbeec4f8de9b8e742 (patch) | |
tree | 1a4f449da4fe77166726148ebe5efd6b9f83820b | |
parent | Merge pull request #63 from wei2912/patch-1 (diff) | |
download | golite-82c791ba4fed5d85f8e3dd6dbeec4f8de9b8e742.tar.gz golite-82c791ba4fed5d85f8e3dd6dbeec4f8de9b8e742.tar.xz |
Fix a few grammatical errors.
-rw-r--r-- | README.mkd | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |