Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Fixing README MongoDB Driver (#507)
Browse files Browse the repository at this point in the history
chore: changed "driver" to "mongoDriver" in readme
  • Loading branch information
slxca authored Jan 7, 2024
1 parent e772d31 commit 2e8f503
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 @@ -157,7 +157,7 @@ const { MongoDriver } = require("quick.db/MongoDriver");
await db.set("userInfo", { difficulty: "Easy" });
// -> { difficulty: 'Easy' }

await driver.close();
await mongoDriver.close();
// disconnect from the database
})();
```
Expand Down

0 comments on commit 2e8f503

Please sign in to comment.