From 05497834edc2f25ceac33ff5c90a56e973ee48b7 Mon Sep 17 00:00:00 2001 From: Luong Minh Date: Wed, 10 Jan 2024 14:59:48 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c238e3..d2f240c 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ This library is published in the NPM registry and can be installed using any compatible package manager. ```sh -npm install @8xff/atm0s-media-react --save +npm install @8xff/atm0s-media-react@alpha @8xff/atm0s-media-js@alpha --save # For Yarn, use the command below. -yarn add @8xff/atm0s-media-react +yarn add @8xff/atm0s-media-react@alpha @8xff/atm0s-media-js@alpha ``` ### Installation from CDN