Skip to content

Commit b4fc766

Browse files
committed
update instructions in "How?" section of readme as per suggestion in #53 fixes #53
1 parent 3f85e8d commit b4fc766

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,26 @@ checkout: [github.com/dwyl/**learn-elm**](https://github.com/dwyl/learn-elm)
121121

122122
### Learn from the _Creator_ of Redux!
123123

124-
The *fastest* way to get started learning Redux is to watch the
124+
The *fastest* way to learn Redux is to watch the
125125
[Introductory Video Tutorials](https://egghead.io/series/getting-started-with-redux)
126-
recoded by Dan Abramov (*the Creator of Redux*)
126+
recoded by **Dan Abramov** (*the Creator of Redux*). <br />
127+
The videos are broken down into "bite size" chunks which are easily digestible.
128+
Total viewing time for the videos is [**66 minutes**]()
127129

128-
We have made a set of ***comprehensive notes***:
130+
We have made a set of ***comprehensive notes/transcriptions*** on the videos, these are in:
129131
[egghead.io_**video_tutorial**_***notes***.md](https://github.com/dwyl/learn-redux/blob/master/egghead.io_video_tutorial_notes.md)
130-
(Keep the notes open while you are watching the videos; you can
131-
go a *lot* faster.)
132+
133+
We _recommend_ keeping the **notes** open in a distinct window/browser
134+
while you are watching the videos; you can go a *lot* faster because all the sample code is included
135+
and if for any reason you do not _understand_ what Dan is saying you have the notes to refer to.
136+
137+
![learn-redux-video-notes-side-by-side](https://user-images.githubusercontent.com/194400/30913122-fa9cc800-a386-11e7-9801-228bcc5e6512.png)
132138

133139
> *Please* give feedback and suggest improvements by creating issues on GitHub:
134140
https://github.com/dwyl/learn-redux/issues
135141
*Thanks*!
136142

137143

138-
139144
<br />
140145

141146
## Background Reading / Watching / Listening

0 commit comments

Comments
 (0)