From d82682883d4984f4f4e6d8966d04c6f450e5345f Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sun, 2 Dec 2018 15:34:38 -0500 Subject: [PATCH] Fix formatting --- redux-tutorials.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redux-tutorials.md b/redux-tutorials.md index c38e53e..d562a1a 100644 --- a/redux-tutorials.md +++ b/redux-tutorials.md @@ -6,8 +6,8 @@ https://redux.js.org/ The official Redux documentation. FANTASTIC writing - not just "here's the API", but "here's what you want to do and how we came up with this" -- **React-Redux Docs** - https://react-redux.js.org +- **React-Redux Docs** + https://react-redux.js.org The official React-Redux documentation. Explains how to correctly use the React-Redux API, including details on writing `mapState` functions and dispatching actions. - **Getting Started with Redux - Video Series**