From ff97269bd0c7b5cf6ccc936dddf4305313ed0536 Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Fri, 26 Dec 2025 12:22:24 +0530 Subject: [PATCH] Edit README for proper identation --- price_feeds/evm/pyth_sample/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.