Explorar el Código

Merge pull request #1 from volpino/patch-1

Added missing 's'
Mattia Larentis hace 12 años
padre
commit
c008ee70fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -71,6 +71,6 @@ Methods
 $('#mySwitch').switch('toggleActivation');
 $('#mySwitch').switch('toggleState');
 $('#mySwitch').switch('setState', true);
-$('#mySwitch').switch('status');  // return true or false
+$('#mySwitch').switch('status');  // returns true or false
 $('#mySwitch').switch('destroy');
 ```