diff --git a/README.md b/README.md index ca2a911..f2b689b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To use plugin, follow these steps: 6) Add [Data Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*) to the images you wish to enlarge in your HTML. (As written, `imagePopUp.js` uses `data-prod=""`, but this can be changed to suit your project) -7) In `imagePopUp.js`, change and add 'if' statements in `setImage(target)` to match the [Data Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*) made in Step 6, and then change `zoomedImg.src` and `zoomedImg.alt` to match your image. +7) In `imagePopUp.js`, change and add 'if' statements in `setImage(target)` to match the [Data Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*) created in Step 6, and then change `zoomedImg.src` and `zoomedImg.alt` to match your image. ## Questions