Skip to content

Commit 45798d7

Browse files
committed
adds
1 parent b5114e9 commit 45798d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

filter/less/filter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Watch the introductory walkthrough for more information on how to get started:
161161

162162
The function `grayscale` should take an image and turn it into a black-and-white version of the same image.
163163

164-
1. Watch the walkthrough:
164+
1. Watch the walkthrough about grayscaling:
165165

166166
[![](walkthrough.jpg){: width="150px"}](https://youtu.be/A8LA2osnAwM?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut)
167167

@@ -188,7 +188,7 @@ The function `grayscale` should take an image and turn it into a black-and-white
188188

189189
The function `sepia` should take an image and turn it into a sepia version of the same image.
190190

191-
1. Watch the walkthrough:
191+
1. Watch the walkthrough about the sepia filter:
192192

193193
[![](walkthrough.jpg){: width="150px"}](https://youtu.be/m0_vouQLufc?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut)
194194

@@ -200,7 +200,7 @@ The function `sepia` should take an image and turn it into a sepia version of th
200200

201201
The `reflect` function should take an image and reflect it horizontally.
202202

203-
1. Watch the walkthrough:
203+
1. Watch the walkthrough about the reflection filter:
204204

205205
[![](walkthrough.jpg){: width="150px"}](https://youtu.be/dlWpx8gQdFo?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut)
206206

@@ -210,7 +210,7 @@ The `reflect` function should take an image and reflect it horizontally.
210210

211211
Finally, the `blur` function should take an image and turn it into a box-blurred version of the same image.
212212

213-
1. Watch the walkthrough:
213+
1. Watch the walkthrough about blurring:
214214

215215
[![](walkthrough.jpg){: width="150px"}](https://youtu.be/6opWB7DaFCY?list=PLhQjrBD2T3837jmUt0ep7Tpmnxdv9NVut)
216216

0 commit comments

Comments
 (0)