Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97c8ff7

Browse files
author
David Chase
committedAug 27, 2016
added bonus 🔥
1 parent c2c41cb commit 97c8ff7

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
@@ -30,7 +30,7 @@ normalize('http://www.github.com/%7Eusername/')
3030
// => 'http://www.github.com/~username/'
3131
```
3232

33-
also as a bonus you can do functional composition right to left
33+
also as a bonus you can do functional composition right to left :fire:
3434

3535
```js
3636
import {normalize, compose} from 'composable-normalize'

0 commit comments

Comments
 (0)
Please sign in to comment.