Explorar el Código

Update README.md

Added missing 's'
Federico Scrinzi hace 12 años
padre
commit
d128597d46
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');
 ```