Skip to content

Commit 66374aa

Browse files
docs: fix exercise 5 and 6 names
Exercise names were swapped.
1 parent 2a91e6c commit 66374aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

program-analysis/echidna/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Watch our [Fuzzing workshop](https://www.youtube.com/watch?v=QofNQxW_K08&list=PL
3131
- [Exercise 2](./Exercise-2.md): Testing access control
3232
- [Exercise 3](./Exercise-3.md): Testing with custom initialization
3333
- [Exercise 4](./Exercise-4.md): Testing with `assert`
34-
- [Exercise 5](./Exercise-5.md): Solving Damn Vulnerable DeFi - Unstoppable
35-
- [Exercise 6](./Exercise-6.md): Solving Damn Vulnerable DeFi - Naive Receiver
34+
- [Exercise 5](./Exercise-5.md): Solving Damn Vulnerable DeFi - Naive Receiver
35+
- [Exercise 6](./Exercise-6.md): Solving Damn Vulnerable DeFi - Unstoppable
3636
- [Exercise 7](./Exercise-7.md): Solving Damn Vulnerable DeFi - Side Entrance
3737
- [Exercise 8](./Exercise-8.md): Solving Damn Vulnerable DeFi - The Rewarder
3838

0 commit comments

Comments
 (0)