Skip to content

Commit

Permalink
Updated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
cataniamatt committed Apr 30, 2022
1 parent 1d64590 commit 818799b
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 @@ -186,7 +186,8 @@ variable = [
db.collection_name.insert(variable)
```

To view all documents in a collection
### Queries
To query all documents in a collection
```
db.collection_name.find().pretty()
```
Expand Down

0 comments on commit 818799b

Please sign in to comment.