Skip to content

Commit c2c41cb

Browse files
author
David Chase
committed
space in README
1 parent 55cf4f8 commit c2c41cb

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
@@ -36,7 +36,7 @@ also as a bonus you can do functional composition right to left
3636
import {normalize, compose} from 'composable-normalize'
3737

3838
compose(str => `${str}bar`, normalize)('HTTP://github.com////foo/')
39-
// =>'http://github.com/foo/bar'
39+
// => 'http://github.com/foo/bar'
4040
```
4141

4242
## Current Features

0 commit comments

Comments
 (0)