Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28c4162

Browse files
authored
Update README.md
Fix a few typos in the examples
1 parent1010015 commit28c4162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ I'll walk through how to create the machine in this example. If you prefer to se
7070
###`import` redux-machine
7171

7272
```js
73-
import {createMachine,become }=from'./index.js'
73+
import {createMachine,become }from'./index.js'
7474
```
7575

7676
###Create Reducers
@@ -151,7 +151,7 @@ redux-machine does only one thing: help you model explicit status transitions in
151151
That said, redux-machine fits very naturally with redux-loop, since both enhance how you can use reducers. Here's how you could use redux-machine with redux-loop:
152152

153153
```js
154-
import {loop,effects }from'redux-loop'
154+
import {loop,Effects }from'redux-loop'
155155
import {apiFetchUsers }from'../api'
156156

157157
constgetUsers= ()=>apiFetchUsers.then(users=> ({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp