corrected typo

This commit is contained in:
D1G1T4L3CH0
2023-12-04 21:20:44 -05:00
committed by GitHub
parent ae01c7837a
commit 17ac15f9b9

View File

@@ -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