From ec798262a0315f6aad06447ec04303a584e5fa69 Mon Sep 17 00:00:00 2001 From: Ademola Adegbuyi Date: Fri, 19 Jan 2018 18:04:30 +0100 Subject: [PATCH] Fix doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5530fd7..5c962c5 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,12 @@ import Image from 'pimg/dist/preact'; //preact render(, document.getElementById('root')) ``` -*Make sure you add this to your stylesheet: +*Then your stylesheet: ```css -.pimg { width: 500px; } // You should change this to the width of your choice +.myImage { width: 500px; } // You should change this to the width of your choice -.pimg__loading { filter: blur(5vw); transform: scale(1.05); } // This makes the thumbnail blurry +.myImage__loading { filter: blur(5vw); transform: scale(1.05); } // This makes the thumbnail blurry ``` ### Examples