Skip to content

Commit

Permalink
fix: readme import error
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Oct 20, 2023
1 parent 24f4063 commit 4262b86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4262b86

Please sign in to comment.