Skip to content

Commit a6e8063

Browse files
committed
fix
1 parent 06a6ada commit a6e8063

File tree

1 file changed

+8
-4
lines changed
  • pages/price-feeds/v2/use-real-time-data

1 file changed

+8
-4
lines changed

pages/price-feeds/v2/use-real-time-data/ton.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
1414

1515
<Tabs items={["npm", "yarn"]}>
1616
<Tabs.Tab>
17-
```sh copy npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
18-
@ton/core @ton/ton @ton/crypto ```
17+
``` sh copy
18+
npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
19+
@ton/core @ton/ton @ton/crypto
20+
```
1921
</Tabs.Tab>
2022
<Tabs.Tab>
21-
```sh copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
22-
@ton/core @ton/ton @ton/crypto ```
23+
```sh copy
24+
yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
25+
@ton/core @ton/ton @ton/crypto
26+
```
2327
</Tabs.Tab>
2428
</Tabs>
2529

0 commit comments

Comments
 (0)