소스 검색

hem... again

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>
 ```