From a7440a38308f80f5de13ecafacb321f517cf90e0 Mon Sep 17 00:00:00 2001 From: Tristan Lasalle Date: Thu, 10 Jan 2019 14:21:00 +0100 Subject: [PATCH] Fix node process port number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3517e..37b4a91 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ We are going to build our comp from scrath, so click ___Empty Composition___ ![Screenshot](https://codefresh.io/wp-content/uploads/2017/04/empty_comp.png) -Now we will click ___Add Service___ and add demochat, the port (50000), and mongo. +Now we will click ___Add Service___ and add demochat, the port (5000), and mongo. Everything looks good here- so let's go ahead and launch by clicking the rocket ship... ![Screenshot](https://codefresh.io/wp-content/uploads/2017/04/savelaunch_final.png)