Skip to content

Commit

Permalink
Fixed example code
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutp committed Feb 19, 2018
1 parent 27122ab commit 76f2dac
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 @@ -68,7 +68,7 @@ if err != nil {
}

// Open "books" collection
col, err := db.Collection(nil, "books", nil)
col, err := db.Collection(nil, "books")
if err != nil {
// Handle error
}
Expand Down

0 comments on commit 76f2dac

Please sign in to comment.