From de22c08a017d7a7a01f7edf2b35e5b9adb461d1f Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Sun, 11 Apr 2021 15:36:23 +0530 Subject: [PATCH] docs: fix usage steps in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ef21b366..0a5ccca14 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Discover why users choose Apsara as the design system for their projects Explore the [Storybook](https://odpf.github.io/apsara/) to learn about all the Apsara components. ```sh -$ yarn add odpf/apsara +$ yarn add @odpf/apsara # or -$ npm install --save odpf/apsara +$ npm install --save @odpf/apsara ``` Use Apsara components inside your react project