Skip to content

Commit d47bce4

Browse files
committed
feedback
1 parent ec2fc39 commit d47bce4

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

reference/tools/paraspell.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,28 @@ The SDK simplifies the process of creating and sending XCM messages by providing
2828

2929
By using the ParaSpell XCM SDK, developers can significantly accelerate their development workflow and build powerful, interoperable dApps that take full advantage of the Polkadot network's cross-chain capabilities.
3030

31-
## Installation
31+
## Install ParaSpell
3232

33-
If you want to use ParaSpell in your npm-based project you can add it as a dependency with the following command:
33+
If you want to use ParaSpell in your project you can add it as a dependency with the following command:
34+
35+
=== "npm"
36+
37+
```bash
38+
npm install --save @paraspell/[email protected]
39+
```
40+
41+
=== "pnpm"
42+
43+
```bash
44+
pnpm add @paraspell/[email protected]
45+
```
46+
47+
=== "yarn"
48+
49+
```bash
50+
yarn add @paraspell/[email protected]
51+
```
3452

35-
```bash
36-
npm install --save @paraspell/[email protected]
37-
```
3853

3954
## Where to Go Next
4055

@@ -48,6 +63,6 @@ Explore more about ParaSpell through these resources:
4863

4964
Learn how to transfer assets across chains with ParaSpell.
5065

51-
[:octicons-arrow-right-24: Transfer Assets Between Parachains](/chain-interactions/send-transactions/interoperability/transfer-assets-parachains/)
66+
[:octicons-arrow-right-24: Get Started](/chain-interactions/send-transactions/interoperability/transfer-assets-parachains/)
5267

5368
</div>

0 commit comments

Comments
 (0)