diff --git a/README.md b/README.md index cddce7e..4897e71 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,11 @@ IPFS for the decentralised datastorage #### What was your biggest technical challenge and how does your solution solve it? We never worked on Web3 before, so the biggest technical challenge was to give user the ability to write his own smart contract without knowledge. -Our solution solve it by creating a form interface to write directly into our smart contract. +Our solution solve it by creating a form interface that write directly into our smart contract. ## ⚙️ How to run the project ? 1. Clone the repository: -`git clone https://github.com/ethan0905/hackathon.git` 2. Run at the root of repository, the following bash commands: `docker-compose up --build`