From 1939f2cda046b43f33cef43ea65433ded143728f Mon Sep 17 00:00:00 2001 From: hasheddan Date: Sat, 26 Feb 2022 17:36:15 -0500 Subject: [PATCH] Remove extraneous + in README.md Removes + characters that were included from a previous diff. Signed-off-by: hasheddan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48418c4..372db71 100644 --- a/README.md +++ b/README.md @@ -556,8 +556,8 @@ type Validatable interface { } ``` -+If one of these nodes is in the active command-line it will be called during -+normal validation. +If one of these nodes is in the active command-line it will be called during +normal validation. ## Modifying Kong's behaviour