From 5100a38808a40da8715b97a90a2700232d259cbc Mon Sep 17 00:00:00 2001 From: Daksh Shah Date: Thu, 27 Apr 2017 10:16:12 +0530 Subject: [PATCH] Fix docker installation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dafa1f7f..5f10a98f 100755 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Your application should run on port 3000 or the port you specified in your .env ## Deploying with Docker -To deploy with docker, first install docker [https://docs.docker.com/engine/installation/](here). +To deploy with docker, first install docker [here](https://docs.docker.com/engine/installation/). Then run these commands