From e4d7f8619e19ea8e5831d385d1bd15e2a919de88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0trba?= Date: Thu, 11 Oct 2018 17:56:52 +0200 Subject: [PATCH] fix image paths in shader/README.md --- shader/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shader/README.md b/shader/README.md index efbd5a1..6a4793a 100644 --- a/shader/README.md +++ b/shader/README.md @@ -5,16 +5,16 @@ A few examples on how to implement custom shaders in Pixel. Please note I am not ## fast radial blurring effect -![](/fastblur.gif) +![](fastblur.gif) ## long exposure-ish effect -![](/exposure.gif) +![](exposure.gif) ## grayscale (from wiki tutorial) -![](/grayscale.png) +![](grayscale.png) ## wavy (from wiki tutorial) -![](/wavy.gif) \ No newline at end of file +![](wavy.gif)