Explorar o código

updated readme

Bachir Soussi Chiadmi %!s(int64=5) %!d(string=hai) anos
pai
achega
e91ab4cac8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;