diff --git a/price_feeds/evm/pyth_sample/README.md b/price_feeds/evm/pyth_sample/README.md index 6a3b242..f25ddaf 100644 --- a/price_feeds/evm/pyth_sample/README.md +++ b/price_feeds/evm/pyth_sample/README.md @@ -65,6 +65,8 @@ cast call $DEPLOYMENT_ADDRESS "getPrice(bytes32)" $ETH_USD_ID --rpc-url $RPC_URL cast --to-dec +``` + ### Testing Simply run `forge test` from root directory.