Skip to content

Commit

Permalink
docs: remove dead link from readme (pmndrs#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk-7777 authored Sep 20, 2022
1 parent 981fe92 commit b739cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const dispatch = useGrumpyStore((state) => state.dispatch)
dispatch({ type: types.increase, by: 2 })
```
Or, just use our redux-middleware. It wires up your main-reducer, sets initial state, and adds a dispatch function to the state itself and the vanilla api. Try [this](https://codesandbox.io/s/amazing-kepler-swxol) example.
Or, just use our redux-middleware. It wires up your main-reducer, sets initial state, and adds a dispatch function to the state itself and the vanilla api.
```jsx
import { redux } from 'zustand/middleware'
Expand Down

0 comments on commit b739cfd

Please sign in to comment.