From 891761df5d58090b9713784c2c45d8dc3c031219 Mon Sep 17 00:00:00 2001 From: EnokMan <416828041@qq.com> Date: Sun, 12 Sep 2021 12:50:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5ab140..2956bc06 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Examples ```ts -import { Bson, MongoClient } from "https://deno.land/x/mongo@v0.25.0/mod.ts"; +import { Bson, MongoClient } from "https://deno.land/x/mongo@v0.26.0/mod.ts"; const client = new MongoClient();