Skip to content

Commit

Permalink
Added usage instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xqwzts committed Mar 6, 2015
1 parent 4710e13 commit d6b0199
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ npm: `npm install malihu-custom-scrollbar-plugin`

`$(selector).mCustomScrollbar();`

###### Using with [Browserify](http://browserify.org/)

var $ = require('jquery');
require('malihu-custom-scrollbar-plugin')($);


#### For more information

* [Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller)
Expand Down

0 comments on commit d6b0199

Please sign in to comment.