Skip to content

Commit

Permalink
README: switch import source to cdn.depjs.com
Browse files Browse the repository at this point in the history
  • Loading branch information
acathur committed Jun 13, 2020
1 parent a9a0dff commit 26fab39
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 @@ -7,7 +7,7 @@ A key-value store that persists on disk for Deno.
## Usage

```ts
import { Store } from 'https://deno.land/x/store/mod.ts'
import { Store } from 'https://cdn.depjs.com/store/mod.ts'

const store = new Store()

Expand Down

0 comments on commit 26fab39

Please sign in to comment.