From b033cfaec6070f90b390b8b3aa496f81a0fc34e2 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 4 Dec 2019 12:48:03 +0100 Subject: [PATCH] fix typos --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f48910c..29498f4 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ cd YOURPROJECTNAME npm run build ``` #### configure project -in config/environments/development/server.json change port to any available port +in ```config/environments/development/server.json``` change port to any available port #### launch project ```shell