A simple utility to manage Nginx configurations.

Update README

+1 -1
+1 -1
README.md
··· 23 23 ``` 24 24 * **Status Indicators**: Color-coded feedback for "Enabled" (Green) and "Disabled" sites. 25 25 * **Smart Suffixes**: Automatically handles .conf extensions so you don't have to type them. 26 - * **Integrated Testing**: Prompts to run nginx -t and reload the service after every edit or toggle. 26 + * **Integrated Testing**: Prompts to run `nginx -t` and reload the service after every edit or toggle. 27 27 * **Config Preview**: Uses batcat (with syntax highlighting) if installed, otherwise falls back to cat. 28 28 ```bash 29 29 $ sudo nx print knot.example.com