Skip to content

Commit 8ac1f85

Browse files
authored
Update README.md
1 parent 721f25c commit 8ac1f85

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
@@ -14,7 +14,7 @@ const [state, send] = useStateMachine(/* Context */)(/* Configuration */);
1414
- Guarded transitions
1515
- Extended State (Context)
1616
- Heavy focus on type inference (auto completion for both TypeScript & JavaScript users)
17-
- Idiomatic react patterns (Since it's built on top of React, might as well...)
17+
- Idiomatic react patterns (Since it's built on top of React's useReducer & useEffect, might as well...)
1818

1919
## Instalation
2020

0 commit comments

Comments
 (0)