From d28db4d8f9f11d004537e9d4be49b13e49a8b3b1 Mon Sep 17 00:00:00 2001 From: Vadim Kudriavtcev Date: Wed, 16 Jan 2019 02:24:05 +0300 Subject: [PATCH] update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a15af6d..3257b8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Redux Array Helper +Redux Helper Logo Effortless operations with Reducers. @@ -57,6 +57,8 @@ export default function example(state = initialState, action) { And many other short operations of CRUD. More examples below. +# Redux Array Helper + ### Installation Copy ReduxHelper.js to your project. For example to the folder: 'src/utils/'