Kaynağa Gözat

Update INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 4 yıl önce
ebeveyn
işleme
1624345676
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      INSTALLATION.md

+ 2 - 2
INSTALLATION.md

@@ -2,11 +2,11 @@
    
   Installing Invenktory is more straightforward than what it could appear..   
   
-  First, if you use Nginx as reverse proxy just point the root of your web app to /path/to/YourInvenktory/Public/static   
+  First, if you use Nginx as reversed proxy just point the root of your web app to /path/to/YourInvenktory/Public/static   
   where the static content is located.
   
   Apache instead should have DocumentRoot pointing to /path/to/YourInvenktory/Public .   
   
-  If you don't use Nginx as reverse proxy consider to merge /Public/static folder with /Public .   
+  If you don't use Nginx as reversed proxy consider to merge /Public/static folder with /Public .   
   
   Dan