diff options
author | turtlemaster19 <46784000+turtlemaster19@users.noreply.github.com> | 2020-06-01 08:39:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 22:39:02 +0900 |
commit | f600c4bddb99e63424f2a2344fefa06edb5de9f6 (patch) | |
tree | da1243cf993fc00b5a998c2ba11e155039a9c69e | |
parent | Document requirements for cross compiling from OSX (#804) (diff) | |
download | golite-f600c4bddb99e63424f2a2344fefa06edb5de9f6.tar.gz golite-f600c4bddb99e63424f2a2344fefa06edb5de9f6.tar.xz |
Edited note in README (#817)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ go-sqlite3 [](https://coveralls.io/r/mattn/go-sqlite3?branch=master) [](https://goreportcard.com/report/github.com/mattn/go-sqlite3) -NOTE: v2.0.1 or higher is unfortunatal release. So there are no big changes. And does not provide v2 feature. +**NOTE:** The increase to v2 was an accident. There were no major changes or features. # Description |