From 0ef7e2ceb6944ada960336627eac98dd71650eb4 Mon Sep 17 00:00:00 2001
From: bol-van <none@none.none>
Date: Sun, 6 Feb 2022 12:36:31 +0300
Subject: [PATCH] readme.eng: quoting

---
 docs/readme.eng.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/readme.eng.md b/docs/readme.eng.md
index ff55d47..aaa997f 100644
--- a/docs/readme.eng.md
+++ b/docs/readme.eng.md
@@ -435,9 +435,9 @@ In traditional linux check whether `iptables-legacy` or `iptables-nft` are used.
 ```
 options ip6table_raw raw_before_defrag=1
 ```
-In some linux distros its possible to change current ip6tables using this command: `update-alternatives --config ip6tables`
+In some linux distros its possible to change current ip6tables using this command: `update-alternatives --config ip6tables`.
 If you want to stay with `nftables-nft` you need to patch and recompile your version.
-In nft.c find :
+In `nft.c` find :
 ```
 			{
 				.name	= "PREROUTING",