From c38c23bc7b11950ad774cf0a2efffd393c401ce7 Mon Sep 17 00:00:00 2001
From: didierfred <didierfred@gmail.com>
Date: Fri, 5 Nov 2021 11:41:53 +0100
Subject: [PATCH] Add cookie modification in documentation

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

diff --git a/README.md b/README.md
index 424869d..a1124cc 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ It's possible to:
 
 ## Rules table
 The rules table contains lines with the following parameters:
-- action: add, modify or delete a header field
-- header field name
-- header field value 
+- action: add, modify or delete a header field or a cookie
+- header field name or cookie name
+- header field value or cookie value 
 - comment: a comment 
 - apply on: "request" if the modification applies to the request headers or "response" if the modification applies to the response headers
 - status: on if the modification is active, off otherwise 
-- 
GitLab