Skip to content

Commit

Permalink
docs: update reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
beizhedenglong committed Jan 9, 2021
1 parent 1b2c097 commit e595d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Visit [storybook](https://beizhedenglong.github.io/react-hooks-lib)
| [`createContextState`](#createContextStateInitial) | initial | { ContextProvider, ContextConsumer, set, useSelector, useSet } |
| [`createGlobalState`](#createGlobalStateInitial) | initial | { GlobalProvider, GlobalConsumer, set, useSelector, useSet } |
| [`useMergeState`](#usemergestateinitial) | initial | { state, set } |
| [`useNestedState`](#usenestedstateinitial) | initial | { state, get, set } |
| [`useNestedState`](#usenestedstate) | initial | { state, get, set } |
| [`useStateCallback`](#useStateCallbackInitial-f) | initial, f | { state, set } |
| [`useUndo`](#useUndoInitial) | initial | { past, present, future, set, undo, redo } |
| [`useCounter`](#useCounterInitial) | initial | { count, set, reset, inc, dec } |
Expand Down

0 comments on commit e595d76

Please sign in to comment.