We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8cfb8 commit 7f75385Copy full SHA for 7f75385
README.md
@@ -5,7 +5,7 @@ Experiment to normalize URLs w/ functional programming
5
## Usage
6
7
```js
8
-const normalize = require('composable-normalize');
+import normalize from 'composable-normalize';
9
10
normalize('HTTP://www.Github.com/');
11
//=> 'http://www.github.com/'
0 commit comments