Browse Source

updated readme

Bachir Soussi Chiadmi 4 years ago
parent
commit
e91ab4cac8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -23,7 +23,7 @@ add to your /etc/hosts :
 ```
 configure your apache/nginx vhosts to add a reverse proxy that will redirect the dev.materio.com to our container
 
-```# apache
+```apache
 <Virtualhost *:80>
    ServerName dev.muntadas-protocols.figli.io
    ProxyPass / http://127.0.0.1:8882/
@@ -32,7 +32,7 @@ configure your apache/nginx vhosts to add a reverse proxy that will redirect the
 </Virtualhost>
 ```
 
-```# nginx
+```nginx
 server {
   listen 80;
   server_name dev.muntadas-protocols.figli.io;