Skip to content

Commit

Permalink
Merge pull request #38 from ebceu4/main
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander authored Oct 16, 2024
2 parents 51e882d + 2f9ca8d commit 922189f
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 @@ -25,7 +25,7 @@ The middleware layer takes in your store creation function and a compute functio
```js
import { createComputed } from "zustand-computed"

const computeState = createComputed((state) => ({
const computed = createComputed((state) => ({
countSq: state.count ** 2,
}))

Expand Down

0 comments on commit 922189f

Please sign in to comment.