Skip to content

Commit

Permalink
Merge pull request #49 from AbdelrahmanHafez/patch-1
Browse files Browse the repository at this point in the history
chore: fix mongodb bson reference
  • Loading branch information
niftylettuce committed Mar 12, 2022
2 parents a750d38 + 27aa3b1 commit 68c4539
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 68c4539

Please sign in to comment.