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