Skip to content

Commit

Permalink
chore: fix mongodb bson reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanHafez authored Mar 12, 2022
1 parent a750d38 commit 27aa3b1
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 @@ -6,7 +6,7 @@ This module allows you to create and parse `ObjectID`s without a reference to th
modules.

The goal is to be 100% compatable with all [bson](https://github.com/mongodb/js-bson)'s
public API implementation (found here: https://github.com/mongodb/js-bson/blob/master/lib/objectid.js).
public API implementation (found here: https://github.com/mongodb/js-bson/blob/main/src/objectid.ts).

## Install
$ npm install bson-objectid
Expand Down

0 comments on commit 27aa3b1

Please sign in to comment.