Skip to content

Commit

Permalink
update README to refer to shiny new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Apr 29, 2014
1 parent 0c6672b commit 0475b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Major additional concepts are:
* Common error handling mnemonics (eg. `Execf`, `Execp` (`MustExec`), and `Execl`)
* `LoadFile` for executing statements from a file

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

## install
Expand Down

0 comments on commit 0475b64

Please sign in to comment.