Skip to content

Commit

Permalink
docs: readme typo (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored Jan 20, 2022
1 parent b115a21 commit d5c2fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The docker-compose in the root of this repo is used to deploy the etehreum migraton contract in a local ganache container running in docker.

## Spin up infrastructure
By running `docker-compose up` a local ganache and a contract deployment container are being built and spinned up
By running `docker-compose up` a local ganache and a contract deployment container are being built and spun up.

If you always want to build images run `docker-compose up --build`.

Expand All @@ -21,4 +21,4 @@ docker-compose exec ethereum brownie run deploy_bridge.py --network docker
docker-compose exec fetch ./ledger/deploy-bridge.sh
```

The infrastructure can be deleted by running `docker-compose down --volumes`.
The infrastructure can be deleted by running `docker-compose down --volumes`.

0 comments on commit d5c2fa2

Please sign in to comment.