diff --git a/deploy-migrations/README.md b/deploy-migrations/README.md index 4dd155f4d..3638066fe 100644 --- a/deploy-migrations/README.md +++ b/deploy-migrations/README.md @@ -58,7 +58,7 @@ npm run truffle:migrate -- --reset -f 5 --to 5 --network ``` -Post successfull deployment all contract addresses will be written to a `contractAddresses.json` file. +Post successful deployment all contract addresses will be written to a `contractAddresses.json` file. > Check account that you are deploying from has ether for the network you are deploying on.