We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855bcc4 commit b6fc277Copy full SHA for b6fc277
README.md
@@ -12,7 +12,7 @@ npm i --save url-state-machine
12
13
```javascript
14
const URLStateMachine = require('url-state-machine')
15
-const state = new URL('https://www.yagiz.co/implementing-node-js-url-parser-in-webassembly-with-rust')
+const state = new URLStateMachine('https://www.yagiz.co/implementing-node-js-url-parser-in-webassembly-with-rust')
16
17
console.log(state.url)
18
// {
0 commit comments