From 5d6bb4e81e643c1f161f369aaae7aca9e174831f Mon Sep 17 00:00:00 2001 From: jia wei Date: Fri, 10 Sep 2021 16:13:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(db):=20=E6=94=AF=E6=8C=81=E5=B8=A6?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=9A=84es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e158eaa..6172be2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Examples ```ts -import { Client } from "https://deno.land/x/deno_es@v0.0.3/mod.ts"; +import { Client } from "https://deno.land/x/deno_es@v0.0.8/mod.ts"; import { v4 } from "https://deno.land/std@0.99.0/uuid/mod.ts"; import Mock from "https://deno.land/x/deno_mock@v2.0.0/mod.ts"; import { delay } from "../deps.ts";