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

Commit 391f975

Browse files
committed
Fix formatting in example in README
1 parent 083e846 commit 391f975

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyth-aptos-js/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ let result = await client.generateSignSubmitWaitForTransaction(
5252
sender,
5353
new TxnBuilderTypes.TransactionPayloadEntryFunction(
5454
TxnBuilderTypes.EntryFunction.natural(
55-
"0x..::your_module", "do_something",
56-
[], [priceUpdateData]
55+
"0x..::your_module",
56+
"do_something",
57+
[],
58+
[priceUpdateData]
5759
)
5860
));
5961
```

0 commit comments

Comments
 (0)