From aa620dcddce6439be2f5f54c9ae656046f2d0e54 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Fri, 28 Jun 2024 21:47:51 -0300 Subject: [PATCH] adjusting description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc808e..df9907c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It works with flags: - **flag_descobre_tipo**: It marks for find the type of an attribute (String or Numeric) - **flag_string**: If True, the attribute will be a String; If False, it's a Numeric attribute ->**Note**: The attribute to be redacted could be a String, Numeric or Items (values between [ and ]). If the attribute is a set of attributes (between { and }), the algorithm will ignore all the set. +>**Note**: The attribute to be redacted could be a String, Numeric or Items (values between [ and ]). If the attribute is a set of attributes (between { and }), the algorithm will ignore all the set. So, in this case, you need to find the attribute name inside the set or, in other words, the attribute name between { and }. What the algorithm performs: