From 3b247c31da86cd6f37e69de8345db2df4a27b167 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Tue, 27 Aug 2024 10:18:08 +0800 Subject: [PATCH] Fixed typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 421c736..eaf46c1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ sudo ./zoraxy -port=:8000 ## Usage -Zoraxy provides basic authentication system for standalone mode. To use it in standalone mode, follow the instructionss below for your desired deployment platform. +Zoraxy provides basic authentication system for standalone mode. To use it in standalone mode, follow the instructions below for your desired deployment platform. ### Standalone Mode @@ -134,7 +134,7 @@ If you already have an upstream reverse proxy server in place with permission ma ./zoraxy -noauth=true ``` -*Note: For security reaons, you should only enable no-auth if you are running Zoraxy in a trusted environment or with another authentication management proxy in front.* +*Note: For security reasons, you should only enable no-auth if you are running Zoraxy in a trusted environment or with another authentication management proxy in front.* ## Screenshots