From ddfa78f4e86bd503e05b0da442671b9aa4948cd5 Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Thu, 23 May 2019 01:46:12 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a065d1..3f5057a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a demo application from the [Docker for Web Developers](https://www.pluralsight.com/courses/docker-web-development) course on Pluralsight that demonstrates how multiple services can be integrated and orchestrated using Docker and Docker Compose. -1. Install Docker CE for Mac or Docker CE for Windows from https://docker.com and the lastest LTS version of Node.js from https://nodejs.org. +1. Install Docker Desktop for Mac or Docker CE for Windows from https://docker.com and the lastest LTS version of Node.js from https://nodejs.org. 1. Set the environment variables in your command window. `export APP_ENV=development`