From 4262b86a1b750ee5f730e328a5c25e603a920834 Mon Sep 17 00:00:00 2001 From: Hamza Miloud Amar Date: Fri, 20 Oct 2023 18:28:43 +0100 Subject: [PATCH] fix: readme import error --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 390d4d1b..0b83c605 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,18 @@ Before You Install we need to let you know that pillar divided to three packages # you can install all of them or only what you need #NPM -npm i @core +npm i @pillar-ui/core # (or | and) -npm i @hooks +npm i @pillar-ui/hooks # (or | and) -npm i @icons +npm i @pillar-ui/icons #Yarn -yarn add @core +yarn add @pillar-ui/core # (or | and) -yarn add @hooks +yarn add @pillar-ui/hooks # (or | and) -yarn add @icons +yarn add @pillar-ui/icons ``` ## How to use it