From 5c839e4da849e9f5ea1e0050da37656d9f7d0c00 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Wed, 11 Jun 2025 13:24:52 +0100 Subject: [PATCH] fix(pricefeed) Tutorial fix --- pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx b/pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx index b6907a35..2321aaad 100644 --- a/pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx +++ b/pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx @@ -62,7 +62,7 @@ The Foundry project has been successfully initialized! At this point, delete the sample code from `src` and the test file from `test` -- we won't need them anymore. ```bash copy -rm -r src/* test/* +rm -r src/* test/* scripts/* ``` ### Install the Pyth SDK