Skip to content

Commit

Permalink
fix a small code example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Apr 26, 2014
1 parent 82d1dc3 commit c6571d8
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 @@ -198,7 +198,7 @@ simply shown in an example:
```go
db, err := sqlx.Connect("postgres", "user=foo dbname=bar sslmode=disable")
if err != nil {
log.Fatalln(err)
log.Fatal(err)
}

type Person {
Expand Down

0 comments on commit c6571d8

Please sign in to comment.