aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-02-13 18:38:12 +0900
committermattn <mattn.jp@gmail.com>2013-02-13 18:38:12 +0900
commit919cf4144a09abfd877330bbe735f3a243a84537 (patch)
tree70ffce32e51d66db08990db36004e6d6413188da
parentUpdated doc. Added link to #27 #39 (diff)
downloadgolite-919cf4144a09abfd877330bbe735f3a243a84537.tar.gz
golite-919cf4144a09abfd877330bbe735f3a243a84537.tar.xz
Update README.mkd
-rw-r--r--README.mkd12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.mkd b/README.mkd
index 3e51f46..2f42158 100644
--- a/README.mkd
+++ b/README.mkd
@@ -35,15 +35,15 @@ Finally, this package can be installed with the go get command:
FAQ
---
-## Can't build go-sqlite3 on windows 64bit.
+* 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.
-> See: https://github.com/mattn/go-sqlite3/issues/27
+ > Probably, you are using go 1.0, go1.0 have a problem to compile/link on windows 64bit.
+ > See: https://github.com/mattn/go-sqlite3/issues/27
-## Getting insert error while query is opened.
+* Getting insert error while query is opened.
-> You can pass some arguments into the connection string like URI.
-> See: https://github.com/mattn/go-sqlite3/issues/39
+ > You can pass some arguments into the connection string like URI.
+ > See: https://github.com/mattn/go-sqlite3/issues/39
LICENSE
-------