From 570f89ab856973e6ecb9acaf979fde67c7af407d Mon Sep 17 00:00:00 2001 From: Dima Paloskin Date: Mon, 1 Apr 2019 23:07:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8ddea..a8501ea 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,6 @@ export default withSharedHooks({ counter })(App) ## Examples -* Simple `useState` - https://codesandbox.io/s/9zy9jwkyj4 * Inputs - https://codesandbox.io/s/kw43p7m0vr +* Simple `useState` - https://codesandbox.io/s/9zy9jwkyj4 * With `useReducer` - https://codesandbox.io/s/7yrzn42w8x