Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 16, 2024
1 parent 8163062 commit f157be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down

0 comments on commit f157be7

Please sign in to comment.