Skip to content

Commit d5c2fa2

Browse files
docs: readme typo (#49)
1 parent b115a21 commit d5c2fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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.
33

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

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

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

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

0 commit comments

Comments
 (0)