From 8dea97a33425204fb907575c3462df0b8b7802d9 Mon Sep 17 00:00:00 2001 From: Roberto Gentili Date: Thu, 26 Oct 2023 14:16:40 +0200 Subject: [PATCH] Update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11b3f8d..7c97cae 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ ObjectHandler objectHandler = facade.newObjectHandler( ``` After loaded the JSON we need to instantiate a **Finder**. There are 3 kinds of Finder: -* the [**ObjectHandler.Finder**](#The-ObjectHandlerFinder) that which allows you to search for elements within the JSON ​​returning ObjectHandlers -* the [**ObjectHandler.ValueFinder**](#The-ObjectHandlerValueFinder) that which allows you to search for elements within the JSON ​​directly returning the values -* the [**ObjectHandler.ValueFinderAndConverter**](#The-ObjectHandlerValueFinderAndConverter) that which allows you to search for elements within the JSON ​​and convert the values found +* the [**ObjectHandler.Finder**](#the-objecthandlerfinder) that which allows you to search for elements within the JSON ​​returning ObjectHandlers +* the [**ObjectHandler.ValueFinder**](#the-objecthandlervaluefinder) that which allows you to search for elements within the JSON ​​directly returning the values +* the [**ObjectHandler.ValueFinderAndConverter**](#the-objecthandlervaluefinderandconverter) that which allows you to search for elements within the JSON ​​and convert the values found