From a225a322e5abd6aac760e398c7abedc08de08f31 Mon Sep 17 00:00:00 2001 From: Igor Ferreira <172411083+igormartinif94@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:11:46 +0200 Subject: [PATCH] docs(readme): fix modules count (five) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README says “four modules” but on the list you have five: search, browse, autocomplete, recommendations e tracker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a2b8e7..cfcb01a2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ const constructorio = new ConstructorioClient({ ## 4. Retrieve Results -After instantiating an instance of the client, four modules will be exposed as properties to help retrieve data from Constructor.io: `search`, `browse`, `autocomplete`, `recommendations` and `tracker`. +After instantiating an instance of the client, five modules will be exposed as properties to help retrieve data from Constructor.io: `search`, `browse`, `autocomplete`, `recommendations` and `tracker`. #### Dispatched events The `search`, `browse`, `recommendations` and `autocomplete` modules may dispatch custom events on `window` with response data when a request has been completed. The event name follows the following structure: `cio.client.[moduleName].[methodName].completed`. Example consuming code can be found below: