@@ -161,7 +161,7 @@ Watch the introductory walkthrough for more information on how to get started:
161
161
162
162
The function ` grayscale ` should take an image and turn it into a black-and-white version of the same image.
163
163
164
- 1 . Watch the walkthrough:
164
+ 1 . Watch the walkthrough about grayscaling :
165
165
166
166
[ ![ ] ( walkthrough.jpg ) {: width="150px"}] ( https://youtu.be/A8LA2osnAwM?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut )
167
167
@@ -188,7 +188,7 @@ The function `grayscale` should take an image and turn it into a black-and-white
188
188
189
189
The function ` sepia ` should take an image and turn it into a sepia version of the same image.
190
190
191
- 1 . Watch the walkthrough:
191
+ 1 . Watch the walkthrough about the sepia filter :
192
192
193
193
[ ![ ] ( walkthrough.jpg ) {: width="150px"}] ( https://youtu.be/m0_vouQLufc?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut )
194
194
@@ -200,7 +200,7 @@ The function `sepia` should take an image and turn it into a sepia version of th
200
200
201
201
The ` reflect ` function should take an image and reflect it horizontally.
202
202
203
- 1 . Watch the walkthrough:
203
+ 1 . Watch the walkthrough about the reflection filter :
204
204
205
205
[ ![ ] ( walkthrough.jpg ) {: width="150px"}] ( https://youtu.be/dlWpx8gQdFo?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut )
206
206
@@ -210,7 +210,7 @@ The `reflect` function should take an image and reflect it horizontally.
210
210
211
211
Finally, the ` blur ` function should take an image and turn it into a box-blurred version of the same image.
212
212
213
- 1 . Watch the walkthrough:
213
+ 1 . Watch the walkthrough about blurring :
214
214
215
215
[ ![ ] ( walkthrough.jpg ) {: width="150px"}] ( https://youtu.be/6opWB7DaFCY?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut )
216
216
0 commit comments