Skip to content

Commit 030d296

Browse files
authored
Merge pull request #75 from maxenceg/patch-1
Add missing parenthesis to README.md
2 parents 6810121 + 8acb35f commit 030d296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ Sets a listener for listed events:
826826

827827
```javascript
828828
useEffect(() => {
829-
const listener = Intercom.addEventListener('IntercomUnreadConversationCountDidChangeNotification', ({count}) => alert(count);
829+
const listener = Intercom.addEventListener('IntercomUnreadConversationCountDidChangeNotification', ({count}) => alert(count));
830830
return () => {
831831
listener.remove();
832832
}

0 commit comments

Comments
 (0)