Skip to content

Commit ec56f1c

Browse files
committed
Update README.md
1 parent c483816 commit ec56f1c

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
@@ -62,7 +62,7 @@ $('img.my-image').on('ab-color-found', function(payload){
6262

6363
Caveats
6464
--------------
65-
This plugin utlizes the `<canvas>` element and the `ImageData` object, and due to cross-site security limitations, the script will silently fail if one tries to extract the colors from an image not hosted on the current domain. This plugin is built on top of a script called [RGBaster](https://github.com/briangonzalez/rgbaster.js).
65+
This plugin utlizes the `<canvas>` element and the `ImageData` object, and due to cross-site security limitations, the script will fail if one tries to extract the colors from an image not hosted on the current domain, *unless* the image allows for [Cross Origin Resource Sharing](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing). This plugin is built on top of a script called [RGBaster](https://github.com/briangonzalez/rgbaster.js).
6666

6767
Author
6868
-------

0 commit comments

Comments
 (0)