Skip to content

Commit 1583cf1

Browse files
authored
fix(pricefeed) Tutorial fix (#715)
1 parent 736822f commit 1583cf1

File tree

1 file changed

+1
-1
lines changed
  • pages/price-feeds/create-your-first-pyth-app/evm

1 file changed

+1
-1
lines changed

pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The Foundry project has been successfully initialized!
6262
At this point, delete the sample code from `src` and the test file from `test` -- we won't need them anymore.
6363

6464
```bash copy
65-
rm -r src/* test/*
65+
rm -r src/* test/* scripts/*
6666
```
6767

6868
### Install the Pyth SDK

0 commit comments

Comments
 (0)