Skip to content

Commit 037e9e1

Browse files
committed
fix
1 parent c01da04 commit 037e9e1

File tree

1 file changed

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

1 file changed

+8
-4
lines changed

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

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

1111
<Tabs items={["npm", "yarn"]}>
1212
<Tabs.Tab>
13-
``` sh copy npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
14-
@ton/core @ton/ton @ton/crypto ```
13+
```bash copy
14+
npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
15+
@ton/core @ton/ton @ton/crypto
16+
```
1517
</Tabs.Tab>
1618
<Tabs.Tab>
17-
```sh copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
18-
@ton/core @ton/ton @ton/crypto ```
19+
```bash copy
20+
yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
21+
@ton/core @ton/ton @ton/crypto
22+
```
1923
</Tabs.Tab>
2024
</Tabs>
2125

0 commit comments

Comments
 (0)