Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 2fc2193

Browse files
committed
Fix formatting in README
Put related projects links one on each line. Fix link to single source of truth.
1 parent e3e52a9 commit 2fc2193

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Alternative promise flow: X -> B, B -> C, C -> D
2727

2828
Now you have to duplicate the promise chain for each possibility.
2929

30-
One of the primary principles of Redux is that the (state is the single source
31-
of truth.) [https://github.com/rackt/redux/blob/master/docs/introduction/ThreePrinciples.md#single-source-of-truth]
30+
One of the primary principles of Redux is that the [state is the single source
31+
of truth.](https://github.com/rackt/redux/blob/master/docs/introduction/ThreePrinciples.md#single-source-of-truth)
3232
Why then, shouldn't we trigger our asynchronous state based on that
3333
single source of truth for the application?
3434

@@ -38,12 +38,19 @@ dispatch the action when the app's state it meets your desired criteria.
3838
## Related Projects
3939

4040
[redux-thunk](https://github.com/gaearon/redux-thunk)
41+
4142
[redux-promise](https://github.com/acdlite/redux-promise)
43+
4244
[redux-rx](https://github.com/acdlite/redux-rx)
45+
4346
[redux-effects](https://github.com/redux-effects/redux-effects)
47+
4448
[redux-saga](https://github.com/yelouafi/redux-saga)
49+
4550
[redux-watch](https://github.com/jprichardson/redux-watch)
51+
4652
[redux-batched-subscribe](https://github.com/tappleby/redux-batched-subscribe)
53+
4754
[redux-debounced](https://github.com/ryanseddon/redux-debounced)
4855

4956

0 commit comments

Comments
 (0)