diff --git a/README.md b/README.md index ef461b8..b7eb6f4 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,11 @@ On the other hand, these standards are complicated checklists (often for newbies Hardening is not a simple process. You must devote a lot of time. Here are general rules following common best practices: -- Never use root account for anything that does not require it -- Only `sudo` individual commands -- Never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests -- Ssecure your firewall the best you can and forbid all unnecessary access -- Do not install unnecessary or unstable software +- never use root account for anything that does not require it +- only `sudo` individual commands +- never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests +- secure your firewall the best you can and forbid all unnecessary access +- do not install unnecessary or unstable software ### Which Distribution Should be Used?