From bc08dea542a5cbf4d2f240dfccb4f842e74e4004 Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Tue, 6 Nov 2018 12:16:03 +0100
Subject: [PATCH] reformatting

---
 README.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 00adcf1..2c64a43 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,6 @@ It's possible to:
 
 The extension can be start and stop via the button on the top right.
 
-Firefox Specific issues :
-- The rules are active in private window mode but you can't use the configuration window in this mode.
-- If  you check "never remember history" in firefox settings, the configuration will be lost when firefox exit.
-- According to the version of Firefox, the addition of a new header behaves differently. In the latest version, when you choose the "add" action and the header exist, it appends the value, while in the old version, it replaces it. If you want to modify an exiting header, you should use "modify" instead of "add"
-  
-
-
 
 The option button permits to :
 - Activate debug mode: show detail log messages in the extension debugging console of the browser.
@@ -40,6 +33,12 @@ The option button permits to :
 - Filter URL per rules : activate the possiblity to filter url for each rules on the config panel, the header field will be modify only if the url contains the configurated value.
 
 
+Firefox specific issues :
+- The rules are active in private window mode but you can't use the configuration window in this mode.
+- If  you check "never remember history" in firefox settings, the configuration will be lost when firefox exit.
+- According to the version of Firefox, the addition of a new header behaves differently. In the latest version, when you choose the "add" action and the header exist, it appends the value, while in the old version, it replaces it. If you want to modify an exiting header, you should use "modify" instead of "add"
+  
+
 
 The code is opensource under Mozilla Public License 2.0 
 
-- 
GitLab