Skip to content

Commit 011777a

Browse files
committed
docs: update normalizeURL example
#177
1 parent 65e6be8 commit 011777a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ normalizeURL("test?query=123 123#hash, test");
4545
// test?query=123%20123#hash,%20test
4646

4747
normalizeURL("http://localhost:3000");
48-
// http://localhost:3000/
48+
// http://localhost:3000
4949
```
5050

5151
### `joinURL`

0 commit comments

Comments
 (0)