From 23fa62e83808235a95346de8fd6f9a24b6b362a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aneta=20G=C3=B3rowska?= <109863059+anettgor@users.noreply.github.com> Date: Sun, 30 Apr 2023 15:34:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04e849c..85d02ec 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # About -React phonebook application based on external API where users can add or remove +React phonebook application based on external API where users can add and remove contacts and filter them by name. ## TASK -Task was to refactor code previously written in React Redux to React Redux using +Task was to refactor code previously written in React Redux in [this repository](https://github.com/anettgor/goit-react-hw-06-phonebook) to React Redux using createAsyncThunk and createSlice. ## Libraries