From 8ac1f85be1efeb45cb78e24841f37c3222c22748 Mon Sep 17 00:00:00 2001 From: Cassio Zen Date: Thu, 29 Apr 2021 20:07:58 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ee74e..5041352 100644 --- a/README.md +++ b/README.md @@ -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