From ef03e2b8f16be480afe40e1860ad0ca2804d7e45 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Tue, 10 May 2016 17:39:49 -0500 Subject: [PATCH] Fixed a grammar mistake in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8051e08..fa11250 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Accolade's Docker LEMP Stack for Magento To get started, first [download and install Docker](https://docs.docker.com/engine/installation/). -Once you have that out of the way, you'll first need to delete the default machine, and replace it with one that has a bit more RAM. You shouldn't allocate more than half of your total RAM to the machine. Since I have 8GB of RAM, I'll allocate 4GB to Docker, so I still have a bit for my host machine: +Once you have that out of the way, you'll first need to delete the default machine, and replace it with one that has a bit more RAM. You shouldn't allocate more than half oif your total RAM to the machine. Since I have 8GB of RAM, I'll allocate 4GB to Docker, so I still have a bit for my host machine: Remove the existing machine: @@ -25,7 +25,7 @@ From the docker-lemp directory, you can run `docker-compose up -d` -This will take some time because Docker will have to fetch and configure all of the containers required to run the LEMP stack. As per the Docker philosophy, each process is run in it's own container. +This will take some time because Docker will have to fetch and configure all of the containers required to run the LEMP stack. As per the Docker philosophy, each process is run in its own container. Once the installation is complete, run