Skip to content

Commit 7f75385

Browse files
authored
update to es6 import in example
1 parent 3a8cfb8 commit 7f75385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Experiment to normalize URLs w/ functional programming
55
## Usage
66

77
```js
8-
const normalize = require('composable-normalize');
8+
import normalize from 'composable-normalize';
99

1010
normalize('HTTP://www.Github.com/');
1111
//=> 'http://www.github.com/'

0 commit comments

Comments
 (0)