Skip to content

Commit 8790ee2

Browse files
committed
Fix deno reference
1 parent 2b35c66 commit 8790ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const { CBOR } = require('cbor-redux')
2828

2929
or import in Deno:
3030
```javascript
31-
import { CBOR } from 'https://deno.land/x/cbor-redux@0.2.0'
31+
import { CBOR } from 'https://deno.land/x/cbor_redux@0.2.0'
3232
```
3333

3434
or script on an HTML page:

0 commit comments

Comments
 (0)