Skip to content

Commit d64cb8c

Browse files
authored
chore: update response type from json to js
1 parent 1eedcb1 commit d64cb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm run start:eventsServer
5050

5151
If your `eventsHook` is set you will receive events from Fonoster including the chat history which will look like this:
5252

53-
```json
53+
```js
5454
{
5555
eventType: 'conversation.ended',
5656
chatHistory: [
@@ -109,4 +109,4 @@ Overall Passed: ✔
109109
│ 3 │ No, that's all. │ Thank you for your time. │ Thank you so much, bye! │ hangup() │ ✔ │
110110
│ │ │ Have a great day! │ │ │ │
111111
└──────┴────────────────────────────┴────────────────────────────┴────────────────────────────┴────────────┴────────┘
112-
```
112+
```

0 commit comments

Comments
 (0)