From f157be7f7f0cf1f06e622ad39b763ff503421030 Mon Sep 17 00:00:00 2001 From: Luciano Oliva Bianco Date: Mon, 16 Sep 2024 01:30:11 -0300 Subject: [PATCH] Fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54ee912..9cf285f 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ To get started follow the steps below: 1. Open a terminal and run this commands to clone this repo and install dependencies: ``` -git clone https://github.com/luloxi/technai-marketplace.git -cd technai-marketplace +git clone https://github.com/luloxi/Technai-foundry.git +cd Technai-foundry yarn install ``` @@ -49,7 +49,7 @@ yarn chain This command starts a local Ethereum network using Hardhat. The network runs on your local machine and can be used for testing and development. You can customize the network configuration in `packages/hardhat/hardhat.config.ts`. -3. Open a second terminal, navigate to `eleveNeleven` and run this command to deploy the test contract: +3. Open a second terminal, navigate to `Technai-foundry` and run this command to deploy the test contract: ``` yarn deploy