Skip to content

Commit

Permalink
Update installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Nov 10, 2023
1 parent b8031f8 commit e6fb58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ To install, run one of the following commands:
pnpm:

```sh
pnpm add slate-to-react
pnpm add slate-to-react slate slate-react
```

npm:

```sh
npm i slate-to-react
npm i slate-to-react slate slate-react
```

yarn:

```sh
yarn add slate-to-react
yarn add slate-to-react slate slate-react
```

### Usage
Expand Down

0 comments on commit e6fb58c

Please sign in to comment.