diff options
author | Timothy Cyrus <tcyrus@users.noreply.github.com> | 2016-01-28 20:28:43 -0500 |
---|---|---|
committer | Timothy Cyrus <tcyrus@users.noreply.github.com> | 2016-01-28 20:28:43 -0500 |
commit | 298ea4316b59ad093c73a672983f0a67280f0e30 (patch) | |
tree | b4678f6ec978b0e6d438348cb1eb6af8ff1cbea6 | |
parent | Upgrade sqlite amalgamation to latest 3.10.2 (diff) | |
download | golite-298ea4316b59ad093c73a672983f0a67280f0e30.tar.gz golite-298ea4316b59ad093c73a672983f0a67280f0e30.tar.xz |
Update README.md
Changed PNG Badges to SVG and Added GoDoc Badge
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ go-sqlite3 ========== -[](https://travis-ci.org/mattn/go-sqlite3) -[](https://coveralls.io/r/mattn/go-sqlite3?branch=master) +[](https://travis-ci.org/mattn/go-sqlite3) +[](https://coveralls.io/r/mattn/go-sqlite3?branch=master) +[](http://godoc.org/github.com/mattn/go-sqlite3) Description ----------- |