diff --git a/README.md b/README.md
index cabe4327bdd0377318f4036fb63b185347841789..cb85618b219aebc48e0728ae740f5ef2a0e5ca58 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ $ make test
 
 Hivemind is deployed as a Docker container.
 
-Here is an example command that will run DB migrations and start the syncing process:
+Here is an example command that will initialize the DB schema and start the syncing process:
 
 ```
 docker run -d --name hivemind --env DATABASE_URL=postgresql://user:pass@hostname:5432/databasename --env STEEMD_URL=https://yoursteemnode --env SYNC_SERVICE=1 -p 8080:8080 steemit/hivemind:latest