Skip to content

Commit

Permalink
docs: fix MemoriNewDialogState event detail in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jul 19, 2024
1 parent 3f2a302 commit b54092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Or, you can listen to the `MemoriNewDialogState` event on the document:
```js
document.addEventListener('MemoriNewDialogState', e => {
console.log('Memori state changed:', e.details);
console.log('Memori state changed:', e.detail);
});
```
Expand Down

0 comments on commit b54092c

Please sign in to comment.