diff --git a/readme.md b/readme.md index c1f954b1b5..a6f28e1877 100644 --- a/readme.md +++ b/readme.md @@ -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'