From 1edac5807827142a7c74296503257d5d504e40fa Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 1 Mar 2019 08:03:23 +0100 Subject: [PATCH] fixed typos - signed-off-by: trimstray --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99c40d7..b4fc954 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -If you would like to support this project, have an interesting idea how to improve the operation of this tool, or if you found some errors-- fork this, add your fixes, and add a pull request of your branch to the **master branch**. +If you would like to support this project, have an interesting idea how to improve the operation of this tool, or if you found some errors - fork this, add your fixes, and add a pull request of your branch to the **master branch**. ## Signature of commit diff --git a/README.md b/README.md index b658e1c..7747a71 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ 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 +- 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