Skip to content

Commit f91dd33

Browse files
authored
Fix readme (#30)
1 parent 9ae512f commit f91dd33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyth-sdk-terra/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ This function additionally propagates any uncertainty in the price into uncertai
7272

7373
You can use the provided schemas in the `schema` directory to query the terra contract client side.
7474

75-
The query looks like this:
75+
The query should look like:
7676

77-
```json
77+
```
7878
{
7979
"price_feed": {
8080
"id": [249, 192, 23, ..., 163, 27] // id of the price feed as an array of bytes
8181
}
8282
}
8383
```
8484

85-
You can use
85+
By going to the contract address in [Terra Finder](https://finder.terra.money/) you can try and make a query for a price feed and see the result.
8686

8787
## Contracts and Price Feeds
8888

0 commit comments

Comments
 (0)