diff --git a/README.md b/README.md index 61ab868..f3187cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Foundry Fund Me Project -This repository contains my implementation of the Foundry Fund Me project, based on the course by [Cyfrin Updraft](https://updraft.cyfrin.io/). The project is a decentralized application (dApp) built using Foundry, which allows users to fund a smart contract and withdraw funds. It showcases fundamental concepts of Solidity, Ethereum development, and Foundry. +This repository contains the implementation of the Foundry Fund Me project, based on the course by [Cyfrin Updraft](https://updraft.cyfrin.io/). The project is a decentralized application (dApp) built using Foundry, which allows users to fund a smart contract and withdraw funds. It showcases fundamental concepts of Solidity, Ethereum development, and Foundry. ## Table of Contents - [Overview](#overview) @@ -92,4 +92,4 @@ Tests include: # Acknowledgments - Special Thanks to [Cyfrin](https://updraft.cyfrin.io/) for creating the Foundry Fund Me course and to [Patrick Collins](https://github.com/patrickalphac) for consistently delivering top-notch Web3 educational content. Your work inspires developers to excel in blockchain development. - [Foundry](https://github.com/foundry-rs) for providing a robust blazing fast Ethereum development framework. -- The [Ethereum](https://ethereum.org/) and [Solidity](https://soliditylang.org/) communities for excellent resources and support. \ No newline at end of file +- The [Ethereum](https://ethereum.org/) and [Solidity](https://soliditylang.org/) communities for excellent resources and support.