diff --git a/README.md b/README.md index e047d92a..2095367f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ needs `--allow-net` privilege **Stateless Commands** ```ts -import { connect } from "https://denopkg.com/keroxp/deno-redis/mod.ts"; +import { connect } from "https://deno.land/x/redis/mod.ts"; const redis = await connect({ hostname: "127.0.0.1", port: 6379