Skip to content

Commit

Permalink
Modified note for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Feb 28, 2017
1 parent 8f731a4 commit 7099209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ You can avoid running any startup scripts by adding `class="mejs__player"` to th
import 'mediaelement/standalone';

// To import only MediaElementPlayer class and $.fn.mediaelementplayer plugin
// (includes the HTML5 and FLahs renderers ONLY)
// (includes the HTML5 and Flahs renderers ONLY)
import 'mediaelement/player';

// To import all the plugin (you will have access to the MediaElement and MediaElementPlayer classes,
// $.fn.mediaelementplayer plugin and all the renderers)
// $.fn.mediaelementplayer plugin, all the native renderers, YouTube and Flash shims)
import 'mediaelement/full';
```

Expand Down

0 comments on commit 7099209

Please sign in to comment.