Skip to content

Commit e246c39

Browse files
authored
Update README.md
1 parent db0fc42 commit e246c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyth-sdk-solana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pyth Network stores its price feeds in a collection of Solana accounts of variou
3737
* Product accounts store metadata about a product, such as its symbol (e.g., "BTC/USD").
3838
* Mapping accounts store a listing of all Pyth accounts
3939

40-
> :warning: This structure is designed for Pyth Oracle internal program. In most of the use cases only Price account is needed.
40+
> :warning: This structure is designed for Pyth Oracle internal program. In most of the use cases only Price account is needed.
4141
4242
For more information on the different types of Pyth accounts, see the [account structure documentation](https://docs.pyth.network/how-pyth-works/account-structure).
4343
The pyth.network website also lists the public keys of the accounts (e.g., [Crypto.BTC/USD accounts](https://pyth.network/markets/#Crypto.BTC/USD)).
@@ -115,7 +115,7 @@ This function additionally propagates any uncertainty in the price into uncertai
115115

116116
### Solana Account Structure
117117

118-
> :warning: the Solana account structure is an internal API that is subject to change. Prefer to use `load_price` when possible.
118+
> :warning: The Solana account structure is an internal API that is subject to change. Prefer to use `load_price` when possible.
119119
120120
This library also provides several `load_*` methods that allow users to translate the binary data in each account into an appropriate struct:
121121

0 commit comments

Comments
 (0)