diff --git a/README.md b/README.md index 8c1db49..cc1b231 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,23 @@ ## Installing +### NPM Install from NPM: ```bash npm install plyx-player ``` +### Yarn PnP +If you are using Yarn it's PnP feature enabled, please unplug Plyx Player, add the following to your package.json file: +```json +"dependenciesMeta": { + "plyx-player": { + "unplugged": true + } +} +``` +Also make sure you are setting the correct path to the script and css file when adding them to your website or app. + ## Usage ### HTML5 Add the stylesheet and script: