ga-wdi-boston / mongodb-crud

An introduction to MongoDB
Other
1 stars 136 forks source link

Mistake in READ demo 1st example #25

Closed neugierige closed 7 years ago

neugierige commented 7 years ago

in the read demo

1st line in the code snippet should read:

db.books.find({author: "Ernest Hemingway"}).pretty()