Kaynağa Gözat

Merge pull request #1 from volpino/patch-1

Added missing 's'
Mattia Larentis 12 yıl önce
ebeveyn
işleme
c008ee70fa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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');
 ```