docs: typo
All checks were successful
CI.yml / build (push) Successful in 1m55s

This commit is contained in:
d3m0k1d
2026-01-15 18:14:04 +03:00
parent eaf276bd3f
commit a7b79d0e27

View File

@@ -5,7 +5,7 @@ configure detection rules, and control the daemon process.
### init - create a deps file
```shell
banfogre init
banforge init
```
**Description**
@@ -34,7 +34,7 @@ These commands provide an abstraction over your firewall. If you want to simplif
### rule - Manages detection rules
```shell
banforge rule add -n rule.name -m 403
banforge rule add -n rule.name -c 403
banforge rule list
```