Skip to content

Commit 39751b6

Browse files
authored
Update README.md (#400)
* Update README.md * Update README.md
1 parent f211fbc commit 39751b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ const constructorio = new ConstructorioClient({
3737

3838
## 4. Retrieve Results
3939

40-
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`.
40+
After instantiating an instance of the client, seven modules will be exposed as properties to help retrieve data or send behavioral events: `search`, `browse`, `autocomplete`, `recommendations`, `quizzes`, `agent`, and `tracker`.
4141

4242
#### Dispatched events
43-
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:
43+
44+
Modules may dispatch custom events on the browser `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:
4445

4546
```javascript
4647
window.addEventListener('cio.client.search.getSearchResults.completed', (event) => {

0 commit comments

Comments
 (0)