Skip to content

Commit

Permalink
style: remove trailing whitespace (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 3, 2024
1 parent 42bf8bd commit ce96224
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 @@ -64,7 +64,7 @@ uri.serialize({scheme : "http", host : "example.com", fragment : "footer"})

```js
const uri = require('fast-uri')
uri.resolve("uri://a/b/c/d?q", "../../g")
uri.resolve("uri://a/b/c/d?q", "../../g")
// Output
"uri://a/g"
```
Expand Down

0 comments on commit ce96224

Please sign in to comment.