Skip to content

Commit edb8c23

Browse files
Make example clearer.
1 parent 75f6c79 commit edb8c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Inclued the [imageMapResizer.min.js](https://raw.github.com/davidjbradshaw/imagemap-resizer/master/js/imageMapResizer.min.js) script then add the following call to the bottom of your page:
1515

1616
```js
17-
imageMapResize([selector || map object]);
17+
imageMapResize();
1818
```
1919

2020
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.

0 commit comments

Comments
 (0)