Browse Source

fix typos

Bachir Soussi Chiadmi 4 years ago
parent
commit
b033cfaec6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
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