From 45a9034c19441348ec10a361e71e4327884eee71 Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 6 Nov 2023 02:09:42 -0500 Subject: [PATCH] Use NPM official repo --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d38f2b2..2000940 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,13 @@ - Create custom context-menu - Create demo - Create documentations + - Ignore keyboard shortcuts if an input is active ## Installing -The Plyx Player is available to download from SudoVanilla's registry, run: +Install from NPM: ```bash -npm set registry https://packages.sudovanilla.com/ -``` -(This registry is also a proxy for NPM) - -Then, for your project, install Plyx: -```bash -npm install @sudovanilla/plyx-player +npm install plyx-player ``` ## Usage