From a4f1b8a33a45abcf1fdb0e31749622a552e46451 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 9 Nov 2023 00:48:21 -0500 Subject: [PATCH] update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: