From 17ac15f9b9034fd2537b321b8c8b62489f540278 Mon Sep 17 00:00:00 2001 From: D1G1T4L3CH0 Date: Mon, 4 Dec 2023 21:20:44 -0500 Subject: [PATCH] corrected typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b35c37..37f93cb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This script simplifies the process of managing NGINX sites by providing a comman ```bash ./nginx-sm.sh --enable example.com # Enable the site example.com ./nginx-sm.sh --list # List all available sites -./nginx-sm.sh -edit example.com # Edit the configuration of example.com +./nginx-sm.sh --edit example.com # Edit the configuration of example.com ``` ## 📚 Dependencies