Sample Document Structure inside `` `` block (#35863)

The sample document structure was not inside an MD code block, so it lacked formatting.
This commit is contained in:
Ryan Doyle
2019-04-16 09:06:40 -07:00
committed by Randell Dawson
parent 991d1057be
commit 330382040b

View File

@ -47,6 +47,7 @@ MongoDB in applications built with javascript is mainly used with Mongoose which
3. Aggregation queries are at times non-intutive
### Sample Document Structure
```
{
"_id":ObjectId("52ffc33cd85242f436123532"),
"name": "Rich Rick",
@ -67,6 +68,7 @@ MongoDB in applications built with javascript is mainly used with Mongoose which
}
]
}
```
### More Information
[What is Mongo DB?](https://www.mongodb.com/what-is-mongodb)