From c8ff744c9ad7dc9ffa6821a282fbfca56ae65c38 Mon Sep 17 00:00:00 2001
From: Chris Shantz <mnshantz@uwaterloo.ca>
Date: Tue, 22 Jan 2019 11:26:37 -0500
Subject: [PATCH] Update README.md grammer errors.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 18a0ec0..1e47b0c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # WCMS Docker setup
 
 You will need to get Docker (https://www.docker.com/products/docker-desktop) either Docker CE for Windows/Mac or Docker Toolbox for Windows (https://docs.docker.com/toolbox/toolbox_install_windows/) or Mac (https://docs.docker.com/toolbox/toolbox_install_mac/).
-If you plan to run VirtualBox and Docker you will need to install the Docker Toolbox, Docker CE requires Hyper-V to be enable which isn't compatible with VirtualBox.
+If you plan to run VirtualBox and Docker you will need to install the Docker Toolbox, Docker CE requires Hyper-V to be enabled which isn't compatible with VirtualBox.
 
 **CAUTION!** This Docker box is meant for local development only. This set up is not hardened and is not secure, so
 only us it as a local development environment.
@@ -60,7 +60,7 @@ Once in, you can update the profile as you would using wcms-vagrant.
 On Windows, if you get the error:
 
 ```bash
-        un\\\\docker.sock:/var/run/docker.sock"\nis not a valid Windows path'
+        un\\\\docker.sock:/var/run/docker.sock"\n is not a valid Windows path'
 
 ERROR: for portainer  Cannot create container for service portainer: b'Mount denied:\nThe source path "\\\\var\\\\run\\\\docker.sock:/var/run/docker.sock"\nis not a valid Windows path'
 Encountered errors while bringing up the project.
-- 
GitLab