Skip to content

Commit

Permalink
fix cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Nov 10, 2023
1 parent 3614b11 commit 865e881
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 @@ -25,7 +25,7 @@ npm install seqproto
Or via CDN:

```js
import { createSer, createDes } from https://unpkg.com/seqproto@latest/dist/esm/index.js
import { createSer, createDes } from 'https://unpkg.com/seqproto@latest/dist/esm/index.js'
```

## Usage
Expand Down

0 comments on commit 865e881

Please sign in to comment.