From 300c19892a581a0db0b68efb980ad107902c1a64 Mon Sep 17 00:00:00 2001 From: acdean Date: Thu, 25 Jul 2019 14:55:28 +0100 Subject: [PATCH] Update WORKSHOP.md Third part was erroneously called 'Pixels' when it should be 'Filters', breaking the links at the top. --- WORKSHOP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSHOP.md b/WORKSHOP.md index 996a596..f72c329 100644 --- a/WORKSHOP.md +++ b/WORKSHOP.md @@ -127,7 +127,7 @@ In the previous example, we used the `(clear)` function, which clears the canvas (rect 100 100 300 300)) ``` -## Pixels +## Filters This section will cover how to manipulate the pixels of an image.