Skip to content

Commit 1f7d970

Browse files
committed
fix: fix
1 parent ab9bc11 commit 1f7d970

File tree

1 file changed

+16
-5
lines changed
  • pages/price-feeds/use-real-time-data

1 file changed

+16
-5
lines changed

pages/price-feeds/use-real-time-data/sui.mdx

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,30 @@ rev = "751c23caf24efd071463b9ffd07eabcb15f44f31"
7070
```
7171

7272
</Tabs.Tab>
73-
7473
</Tabs>
7574

7675
Pyth also provides a javascript SDK to construct transaction blocks that update price feeds:
7776

7877
<Tabs items={["Sui", "IOTA"]}>
7978
<Tabs.Tab>
80-
```sh copy # NPM npm install --save @pythnetwork/pyth-sui-js # Yarn yarn add
81-
@pythnetwork/pyth-sui-js ```
79+
```sh
80+
# NPM
81+
npm install --save @pythnetwork/pyth-sui-js
82+
83+
# Yarn
84+
yarn add @pythnetwork/pyth-sui-js
85+
```
86+
8287
</Tabs.Tab>
8388
<Tabs.Tab>
84-
```sh copy # NPM npm install --save @pythnetwork/pyth-iota-js # Yarn yarn
85-
add @pythnetwork/pyth-iota-js ````
89+
```sh
90+
# NPM
91+
npm install --save @pythnetwork/pyth-iota-js
92+
93+
# Yarn
94+
yarn add @pythnetwork/pyth-iota-js
95+
```
96+
8697
</Tabs.Tab>
8798
</Tabs>
8899

0 commit comments

Comments
 (0)