From 27aa3b1f084a96e396c77852173bc67b5588842c Mon Sep 17 00:00:00 2001 From: Hafez Date: Sat, 12 Mar 2022 19:29:57 +0200 Subject: [PATCH] chore: fix mongodb bson reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4819218..c72bdb6 100644 --- a/README.md +++ b/README.md @@ -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