Browse Source

Update README.md

Anna 7 years ago
parent
commit
afd3ba504b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

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