Skip to content

Commit fa4b21b

Browse files
committed
Fix Deno reference (again)
1 parent 8790ee2 commit fa4b21b

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/[email protected]'
31+
import { CBOR } from 'https://deno.land/x/[email protected]/mod.ts'
3232
```
3333

3434
or script on an HTML page:

0 commit comments

Comments
 (0)