We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faf0dd commit 191e425Copy full SHA for 191e425
README.md
@@ -49,8 +49,8 @@ import JsonURL from "@jsonurl/jsonurl";
49
### The JavaScript API
50
Once included, the API is the same for all three.
51
```js
52
-let p = new JsonURL();
53
-let value = p.parse( "(Hello:World!)" );
+let value = JsonURL.parse( "(Hello:World!)" );
+let string = JsonURL.stringify( value );
54
```
55
There are options available, but that's all you need to get started.
56
0 commit comments