diff --git a/README.md b/README.md index 1728899..29eb314 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Examples ```ts -import { Client } from "https://deno.land/x/deno_es@v0.0.1/mod.ts"; +import { Client } from "https://deno.land/x/deno_es@v0.0.3/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";