diff --git a/README.md b/README.md index f9bea14..08b1af7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ myColorPicker: { }, __proto__: { // all methods ColorPicker uses render: function() {}, - toggle: function() {} + toggle: function(openClose) {} // openClose: true = open; false = close } } ```