Skip to content

Commit

Permalink
Fix: typos (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jul 12, 2023
1 parent 8a0eb21 commit 7f86395
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 @@ -13,7 +13,7 @@

# BendDAO Lending Protocol

This repository contains the smart contracts source code and markets configuration for BendDAO Lending Protocol. The repository uses Hardhat as development enviroment for compilation, testing and deployment tasks.
This repository contains the smart contracts source code and markets configuration for BendDAO Lending Protocol. The repository uses Hardhat as development environment for compilation, testing and deployment tasks.

## What is BendDAO Lending Protocol?

Expand Down Expand Up @@ -75,7 +75,7 @@ The repository uses Docker Compose to manage sensitive keys and load the configu
Follow the next steps to setup the repository:

- Install `docker` and `docker-compose`
- Create an enviroment file named `.env` and fill the next enviroment variables
- Create an environment file named `.env` and fill the next environment variables

```
# Mnemonic, only first address will be used
Expand All @@ -85,7 +85,7 @@ MNEMONIC=""
ALCHEMY_KEY=""
INFURA_KEY=""
# Optional Etherscan key, for automatize the verification of the contracts at Etherscan
# Optional Etherscan key, to automatize the verification of the contracts at Etherscan
ETHERSCAN_KEY=""
```
Expand Down

0 comments on commit 7f86395

Please sign in to comment.