Skip to content

Commit

Permalink
docs(README): fix example to use deno.land instead of denopkg.com (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Nov 15, 2020
1 parent b5a1e2b commit 595297a
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 @@ -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
Expand Down

0 comments on commit 595297a

Please sign in to comment.