From 67de40e0159aacbf472bfaca9baae085bf09b3eb Mon Sep 17 00:00:00 2001 From: Kamyar Taher <61198701+KamyarTaher@users.noreply.github.com> Date: Sat, 27 Jul 2024 19:02:22 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9200d2e..da5633e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) -A lightweight state management library using Zustand. Zust provides a simple API and a minimalistic approach for managing application state. +A lightweight state management library using Zustand. Zust provides a simple API and a minimalistic approach for managing the application state. ## Live Example @@ -182,7 +182,7 @@ const { useSelectors, setDeep } = createStore(initialState, { ### `createStore` -Creates a Zustand store with various options. +Creates a Zust store with various options. **Parameters:** @@ -223,7 +223,7 @@ Integrates the store with Redux DevTools. **Parameters:** -- `useStore`: Zustand store hook. +- `useStore`: Zust store hook. - `storageName`: Name for Redux DevTools. - `initialState`: Initial state of the store.