Skip to content

Commit 54dee97

Browse files
authored
remove 1st example
1 parent 4351572 commit 54dee97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Experiment to normalize URLs w/ functional programming
66
```js
77
const normalize = require('composable-normalize');
88

9-
normalize('http://hello.com//there/../buddy/..');
10-
//=> 'http://hello.com/there/buddy/'
11-
129
normalize('HTTP://www.Github.com/');
1310
//=> 'http://www.github.com/'
1411

0 commit comments

Comments
 (0)