From 2fa9f5bcae5c4230ab5f158332963ff7b7c5aa94 Mon Sep 17 00:00:00 2001
From: Hector <dev@hsmith.org>
Date: Tue, 31 Aug 2021 12:38:50 +0000
Subject: [PATCH] tweak readme wording

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d360996..8c0c592 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,8 @@ The docker image is designed to run by mounting either the fail2ban sqlite3 data
 
 Both paths can be mounted with readonly (`ro`) permissions.
 
-**NOTE:** While it is possible to mount the `fail2ban.sock` file directly, I recommend mounting the parent folder instead.
-The `.sock` file is deleted by fail2ban on shutdown and then re-created on startup and this causes problems for the docker mount.
+**NOTE:** While it is possible to mount the `fail2ban.sock` file directly, it is recommended to mount the parent folder instead.
+The `.sock` file is deleted by fail2ban on shutdown and re-created on startup and this causes problems for the docker mount.
 See [this reply](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/issues/11#note_665003499) for more details.
 
 ### 3.2. Docker run