Skip to content

Commit d6b0199

Browse files
committed
Added usage instructions to readme
1 parent 4710e13 commit d6b0199

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ npm: `npm install malihu-custom-scrollbar-plugin`
2323

2424
`$(selector).mCustomScrollbar();`
2525

26+
###### Using with [Browserify](http://browserify.org/)
27+
28+
var $ = require('jquery');
29+
require('malihu-custom-scrollbar-plugin')($);
30+
31+
2632
#### For more information
2733

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

0 commit comments

Comments
 (0)