Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 authored Nov 25, 2023
1 parent c619d3f commit dcc4231
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 @@ -26,11 +26,11 @@ Our SDK introduced all Polkadot libraries as peer dependencies. The reason for t

```
//npm
npm install @polkadot/api @polkadot/types @polkadot/api-base @polkadot/apps-config
npm install @polkadot/api @polkadot/types @polkadot/api-base @polkadot/apps-config @polkadot/util
//yarn
yarn install @polkadot/api @polkadot/types @polkadot/api-base @polkadot/apps-config
yarn install @polkadot/api @polkadot/types @polkadot/api-base @polkadot/apps-config @polkadot/util
//pnpm
pnpm install @polkadot/api @polkadot/types @polkadot/api-base @polkadot/apps-config
pnpm install @polkadot/api @polkadot/types @polkadot/api-base @polkadot/apps-config @polkadot/util
```

##### Install SDK via npm||yarn||pnpm
Expand Down

0 comments on commit dcc4231

Please sign in to comment.