Parcourir la source

Update README.md

Anna il y a 7 ans
Parent
commit
afd3ba504b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -86,7 +86,7 @@ $(function() {
     nice = $("body").niceScroll();
 });
 
-// 3. Style a DIV and chage cursor color:
+// 3. Style a DIV and change cursor color:
 $(function() {  
     $("#thisdiv").niceScroll({cursorcolor:"#00F"});
 });