Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen authored Apr 30, 2021
1 parent 721f25c commit 8ac1f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const [state, send] = useStateMachine(/* Context */)(/* Configuration */);
- Guarded transitions
- Extended State (Context)
- Heavy focus on type inference (auto completion for both TypeScript & JavaScript users)
- Idiomatic react patterns (Since it's built on top of React, might as well...)
- Idiomatic react patterns (Since it's built on top of React's useReducer & useEffect, might as well...)

## Instalation

Expand Down

0 comments on commit 8ac1f85

Please # to comment.