From 2a1c824810841a2079a58176d97a81a258eb428a Mon Sep 17 00:00:00 2001 From: Tien Pham Date: Wed, 14 Nov 2018 13:06:12 +0200 Subject: [PATCH] docs(readme): Minor improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4634750..ba8a48f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ export const Signup = () => Only one! -#### `onChange: (currentState: FormikState, nextState: FormikState => void` +#### `onChange: (currentState: FormikState, nextState: FormikState) => void` Put your side effect here.