METRON-2278 "Metron on CentOS 6" Documentation is outdated (subhashjha35 via sardell) closes apache/metron#1530
diff --git a/metron-deployment/development/centos6/README.md b/metron-deployment/development/centos6/README.md
index a00c5cb..62b4aa4 100644
--- a/metron-deployment/development/centos6/README.md
+++ b/metron-deployment/development/centos6/README.md
@@ -54,9 +54,9 @@
 
     ```
     brew cask install vagrant virtualbox docker
-    brew cask install caskroom/versions/java8
+    brew cask install homebrew/cask-versions/adoptopenjdk8
     brew install maven@3.3 git
-    sudo pip install ansible=2.6.5
+    sudo pip install ansible==2.6.5
     vagrant plugin install vagrant-hostmanager
     open /Applications/Docker.app
     ```
@@ -80,7 +80,7 @@
 
 ### Deployment optimizations
 
-1. Set environment variable 
+1. Set environment variable
     ```
     export ANSIBLE_ARGS='--extra-vars "SKIP_RPMLINT=1"'
     ```
@@ -98,7 +98,7 @@
     env ANSIBLE_ARGS=' -vvvv' vagrant up
     ```
     As this can produce large amounts of logging, it is best to redirect output to a file for later analysis.
-    
+
 
 ### Explore Metron