Merge pull request #70 from yarikoptic/patch-2

BF: --env not -env
diff --git a/README.md b/README.md
index cb35e68..9d9a956 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@
 variable for this purpose :
 
 ```
-docker run --name myjenkins -p 8080:8080 -env JAVA_OPTS=-Dhudson.footerURL=http://mycompany.com jenkins
+docker run --name myjenkins -p 8080:8080 --env JAVA_OPTS=-Dhudson.footerURL=http://mycompany.com jenkins
 ```
 
 # Passing Jenkins launcher parameters