Skip to content

Commit

Permalink
doc(README): fix misleading link to BSO type information
Browse files Browse the repository at this point in the history
* Fix misleading type docs link

* add bsonspec.org to type docs sources
  • Loading branch information
tunderdomb authored and mbroadst committed Mar 5, 2018
1 parent 0ea96bd commit 4af4741
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ console.log('doc_2:', doc_2)

### BSON types

For all BSON types documentation, please refer to the documentation for the [MongoDB Node.js driver](https://github.com/mongodb/node-mongodb-native).
For all BSON types documentation, please refer to the following sources:
* [MongoDB BSON Type Reference](https://docs.mongodb.com/manual/reference/bson-types/)
* [BSON Spec](https://bsonspec.org/)

### BSON serialization and deserialiation

Expand Down

0 comments on commit 4af4741

Please sign in to comment.