Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 312a1ff

Browse files
committed
Fix again
1 parent 391f975 commit 312a1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyth-aptos-js/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ let result = await client.generateSignSubmitWaitForTransaction(
5757
[],
5858
[priceUpdateData]
5959
)
60-
));
60+
)
61+
);
6162
```
6263

6364
`your_module::do_something` should then call `pyth::update_price_feeds` before querying the data using `pyth::get_price`:

0 commit comments

Comments
 (0)