File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ A simple parser for Jevko in JavaScript.
99### Node.js
1010
1111```
12- npm install jevko/parsejevko.js#semver:0.1.4
12+ npm install jevko/parsejevko.js#semver:0.1.6
1313```
1414
1515### Deno and the browser
1616
1717Import from [ jsDelivr] ( https://www.jsdelivr.com/ ) :
1818
1919``` js
20- import {parseJevko } from ' https://cdn.jsdelivr.net/gh/jevko/parsejevko.js@v0.1.4 /mod.js'
20+ import {parseJevko } from ' https://cdn.jsdelivr.net/gh/jevko/parsejevko.js@v0.1.6 /mod.js'
2121```
2222
2323## Quickstart
2424
2525``` js
26- import {parseJevko } from ' https://cdn.jsdelivr.net/gh/jevko/parsejevko.js@v0.1.4 /mod.js'
26+ import {parseJevko } from ' https://cdn.jsdelivr.net/gh/jevko/parsejevko.js@v0.1.6 /mod.js'
2727
2828parseJevko (` hello [world]` )
2929// -> {
You can’t perform that action at this time.
0 commit comments