update tutorial

This commit is contained in:
Yanick Champoux 2023-03-02 12:41:39 -05:00
parent 455002453b
commit 0cb445be3a

View File

@ -38,7 +38,6 @@ console.log(store.getState()); // prints { next_id: 1, todos: [] }
## Add actions ## Add actions
This is all good, but a little static. Let's add actions! This is all good, but a little static. Let's add actions!
```js ```js
const todosDux = new Updux({ const todosDux = new Updux({
initial: { initial: {