Skip to content

Commit 2511410

Browse files
authored
Update README.md
1 parent 5c8ec0e commit 2511410

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
@@ -74,7 +74,7 @@ function CustomWidget = () => {
7474
initPayload={"/get_started"}
7575
socketUrl={"http://localhost:5500"}
7676
socketPath={"/socket.io/"}
77-
customData: {"userId": "123"}, // arbitrary custom data. Stay minimal as this will be added to the socket
77+
customData: {{"userId": "123"}}, // arbitrary custom data. Stay minimal as this will be added to the socket
7878
title={"Title"}
7979
inputTextFieldHint={"Type a message..."}
8080
connectingText={"Waiting for server..."}

0 commit comments

Comments
 (0)