Skip to content

Commit

Permalink
style(p2p/proxy_workshop): fix readme style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leclerc committed Aug 6, 2024
1 parent b0a7d04 commit d3b2bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p2p/6.Create_a_proxy/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Also, I recommand you to use the extension formatter. It will format your code o

## Back to the workshop

[Jump !](./README.md)
[Jump !](./README.md)
2 changes: 1 addition & 1 deletion p2p/6.Create_a_proxy/Solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Mastering these Solidity essentials will empower you to create your own proxy wi

## Back to the workshop

[Jump !](./README.md)
[Jump !](./README.md)
2 changes: 1 addition & 1 deletion p2p/6.Create_a_proxy/help/fallback.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Help to create the fallback function for the proxy
# Help to create the fallback function for the proxy

The fallback function is a function that is called when a contract is called with a method that is not implemented. This function is called with the method name and the arguments that were passed to the proxy.

Expand Down

0 comments on commit d3b2bf4

Please sign in to comment.