From e8fcab34c890dc93e7a12272306bf936292bced4 Mon Sep 17 00:00:00 2001 From: Tom Doan Date: Sun, 21 Dec 2014 22:57:17 +0800 Subject: [PATCH] Updated content --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dde184..cc05eff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You have complete control over the style and size of the lens by modifying `magn ### Step 2: Add the HTML -Assign the `magnify-image` class to the small image. The URI to the large image can be placed in the `data-magnify-src` attribute (as shown below) or passed as the `src` option when calling the `.magnify()` function. +Assign the `magnify-image` class to the small image. The URI to the large image can be placed in the `data-magnify-src` attribute (as shown below) or passed as the `src` option when calling the `.magnify()` function. Assign the `magnify` class to the small image's parent element. ```html