Skip to content

Commit 0475b64

Browse files
committed
update README to refer to shiny new docs
1 parent 0c6672b commit 0475b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Major additional concepts are:
1616
* Common error handling mnemonics (eg. `Execf`, `Execp` (`MustExec`), and `Execl`)
1717
* `LoadFile` for executing statements from a file
1818

19-
Read the usage below to see how sqlx might help you, or check out the [API
19+
There is now some [fairly comprehensive documentation](http://jmoiron.github.io/sqlx/) for sqlx.
20+
You can also read the usage below for a quick sample on how sqlx works, or check out the [API
2021
documentation on godoc](http://godoc.org/github.com/jmoiron/sqlx).
2122

2223
## install

0 commit comments

Comments
 (0)