Skip to content

Commit

Permalink
πŸ“ typo ref #15
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 20, 2017
1 parent 25276fc commit 6752a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var hueb = new Huebee( '.color-input', {
});

// or use element
var colorInput = document.querSelector('.color-input');
var colorInput = document.querySelector('.color-input');
var hueb = new Huebee( colorInput, {
// options
setBGColor: true,
Expand Down

0 comments on commit 6752a0d

Please sign in to comment.