Mattia Larentis пре 12 година
родитељ
комит
1ddd3e1be9
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-Bootstrap-toggle-buttons
+Bootstrap-switch
 ========================
 
 Demo
@@ -30,7 +30,7 @@ Large, small or mini
 --------------------
 
 ``` html
-<div class="switch switch-large">  <!-- switch-small or switch-mini -->
+<div class="switch switch-large">  <!-- switch-large, switch-small or switch-mini -->
     <input type="checkbox">
 </div>
 ```