Skip to content

Commit 270d15e

Browse files
authored
Update README.md
1 parent 1db38d6 commit 270d15e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Blazing](https://img.shields.io/badge/speed-blazing%20%F0%9F%94%A5-brightgreen.svg?style=flat)](https://twitter.com/acdlite/status/974390255393505280)
55
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/davidjbradshaw)
66

7-
*This is a simple library that makes HTML Image Maps responsive, so that they automagically stay scaled to the size of the image they are attached to. It detects the window being resized and updates the co-ordinates of the image map accordingly.*
7+
*This is a simple library that makes HTML Image Maps responsive, so that they automatically stay scaled to the size of the image they are attached to. It detects the window being resized and updates the co-ordinates of the image map accordingly.*
88

99
*This library can be used with or without jQuery.*
1010

@@ -16,7 +16,7 @@ Include the [imageMapResizer.min.js](https://raw.github.com/davidjbradshaw/image
1616
imageMapResize();
1717
```
1818

19-
Optionally you can pass a CSS selector that returns a collection of map tags, for example 'map.myMap'. Or a direct reference to a map object in the DOM. This function returns an array of map elements that it has been bound to.
19+
Optionally, you can pass a CSS selector that returns a collection of map tags. For example, 'map.myMap' or a direct reference to a map object in the DOM. This function returns an array of map elements that it has been bound to.
2020

2121

2222
### jQuery Usage
@@ -35,9 +35,6 @@ $(document).ready(function() {
3535
});
3636
```
3737

38-
### Example
39-
http://davidjbradshaw.com/imagemap-resizer/example/
40-
4138
### WordPress
4239
There is a port of this library to WordPress made by @iankevinmcdonald
4340
https://wordpress.org/plugins/add-image-maps/

0 commit comments

Comments
 (0)