Skip to content

Commit e2ca048

Browse files
committed
docs: ✏️ better title
1 parent fb20d48 commit e2ca048

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# react-redux-dispatch-async
1010

11-
👉 Redux middleware to wait async actions with **fixed defined suffixes**.
11+
👉 REDUX _middleware_ waiting async _actions_ with **SUFFIXES** 👈
1212

1313
```
1414
+------------------+
@@ -52,6 +52,7 @@ export default function MyUserInterface({ id }: { id: string }) {
5252
}
5353
}
5454
```
55+
5556
If you need more examples you can go to [github](https://github.com/xcarpentier/react-redux-dispatch-async-example) or to [codesandbox](https://codesandbox.io/s/react-redux-dispatch-async-rij31?file=/src/UserContainer.tsx).
5657

5758
### Configuration
@@ -73,8 +74,6 @@ const store = createStore(
7374
)
7475
```
7576

76-
77-
7877
## Default suffixes
7978

8079
- `[...]_REQUESTED`

0 commit comments

Comments
 (0)