Skip to content

Commit 0de4a03

Browse files
committed
fixes briangonzalez#1 - fixed typo in docs
1 parent b3393b6 commit 0de4a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Subscribe to the `ab-color-found` event like so:
5555

5656
```javascript
5757
$('img.my-image').on('ab-color-found', function(payload){
58-
console.log(payload.color); // The dominant color.
59-
console.log(palette); // The palette in the image.
58+
console.log(payload.color); // The dominant color in the image.
59+
console.log(payload.palette); // The color palette found in the image.
6060
});
6161
```
6262

0 commit comments

Comments
 (0)