Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change wording to match internal code
  • Loading branch information
poopoothegorilla committed Jun 8, 2015
1 parent 23a7b78 commit f76be86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type Place struct {
}

func main() {
// this connects & tries a simple 'SELECT 1', panics on error
// this Pings the database trying to connect, panics on error
// use sqlx.Open() for sql.Open() semantics
db, err := sqlx.Connect("postgres", "user=foo dbname=bar sslmode=disable")
if err != nil {
Expand Down

0 comments on commit f76be86

Please sign in to comment.