소스 검색

updated readme

Bachir Soussi Chiadmi 5 년 전
부모
커밋
e91ab4cac8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;