Skip to content

Commit b9ad247

Browse files
authored
Update README.md
1 parent 6acb987 commit b9ad247

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# react-hanger
1414
[![npm version](https://badge.fury.io/js/react-hanger.svg)](https://badge.fury.io/js/react-hanger)
1515

16-
<img width="450" src="https://i.imgur.com/JoBWJxS.png"/>
17-
1816
Set of a helpful hooks, for different specific to some primitives types state changing helpers.
1917
Has two APIs:
2018
- [First](#Example) and original from v1 is based on object destructuring e.g. `const { value, toggle } = useBoolean(false)` (Docs below)
@@ -252,4 +250,4 @@ useEffect(() => {
252250
return () => console.log("I'm unmounted");
253251
}, []);
254252
```
255-
- `bind` and `bindToInput` are got renamed to `valueBind` and `eventBind` respectively on `useInput` hook
253+
- `bind` and `bindToInput` are got renamed to `valueBind` and `eventBind` respectively on `useInput` hook

0 commit comments

Comments
 (0)