From 5d024ca2c0aa16a1695e3f7c6b1379491fb47e60 Mon Sep 17 00:00:00 2001 From: adjoly Date: Sun, 10 Aug 2025 11:56:22 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=93=9D=E3=80=8D=20doc(README):?= =?UTF-8?q?=20fixed=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7dde837..db72cfc 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Made using [foundry-rs](https://getfoundry.sh) toolkit. - foundry-rs : A simple but yet cli tool kit for Solidity developement with integrated fuzzer and test perfect for a simple project as this ## Some resource for more information -[ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20) -[Solidity documenation](https://docs.soliditylang.org/en/v0.8.28/) -[foundry-rs](https://getfoundry.sh) -[Avalanche](https://www.avax.network/) -[Ethereum](https://ethereum.org) -[Solidity 0.8 course](https://www.youtube.com/playlist?list=PLO5VPQH6OWdVQwpQfw9rZ67O6Pjfo6q-p) +[ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20) \ +[Solidity documenation](https://docs.soliditylang.org/en/v0.8.28/) \ +[foundry-rs](https://getfoundry.sh) \ +[Avalanche](https://www.avax.network/) \ +[Ethereum](https://ethereum.org) \ +[Solidity 0.8 course](https://www.youtube.com/playlist?list=PLO5VPQH6OWdVQwpQfw9rZ67O6Pjfo6q-p) \ ## License This project is under [MIT License](LICENSE)