Skip to content

Commit

Permalink
docs: update normalizeURL example
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 5, 2024
1 parent 65e6be8 commit 011777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ normalizeURL("test?query=123 123#hash, test");
// test?query=123%20123#hash,%20test

normalizeURL("http://localhost:3000");
// http://localhost:3000/
// http://localhost:3000
```

### `joinURL`
Expand Down

0 comments on commit 011777a

Please sign in to comment.