diff --git a/README.md b/README.md
index d516732b2373fdac90518292a3c203688f92a5d7..206abac767c8d6d71ec539e00b69d7a94c530263 100644
--- a/README.md
+++ b/README.md
@@ -53,9 +53,13 @@ Show status of specific machine:
 
 `vagrant ssh name`
 
+#### Stop
+
+`vagrant stop name`
+
 #### Cleanup
 
-Once you are finished testing etc you can remove the VM with:
+Once you are finished with the VM you can remove it with:
 
 `vagrant destroy name`