Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos and grammar issues in README #336

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aave proposals v3

This repository contains various proposals targeting the Aave governance.
This repository contains various proposals targeting Aave governance.
In addition to the actual proposals this repository also contains tooling to standardize certain protocol tasks.
The tooling documentation is co-located with the relevant smart contracts.

Expand Down Expand Up @@ -68,7 +68,7 @@ make test-contract filter=ENS

### Deploy

The makefile contains some generic templates for proposal deployments.
The Makefile contains some generic templates for proposal deployments.
To deploy a contract you can run `make deploy-ledger contract=pathToContract:Contract chain=chainAlias`.
The generator will inline exact instructions on the generated scripts.

Expand All @@ -89,7 +89,7 @@ The address creating the mainnet proposal(3) requires 80k AAVE of proposition po

The payload is always deployed on the chain it affects.
Therefore you need to adjust the relevant script accordingly.
The generated scripts include exact instrauctions on what to execute.
The generated scripts include exact instructions on what to execute.

### 2. Create an aip

Expand Down