Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyarTaher authored Jul 27, 2024
1 parent 9de9a71 commit 67de40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

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

Expand Down Expand Up @@ -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:**

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 67de40e

Please sign in to comment.