aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd24d3c3f..3b9b0c690 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ yarn testrpc
Then in your main terminal run
```
cd packages/contracts
-yarn run migrate
+yarn migrate
cd ..
```