Skip to content

Commit

Permalink
doc: fix sample bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil authored Jan 15, 2025
1 parent ddcbcdc commit 84419c0
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 @@ -212,7 +212,7 @@ Here's an example that will get you started quickly. It listens to up to 3 accou
case 'event':
// Event received
console.log(
`${subscription.topicName} - Handling ${event.payload.ChangeEventHeader.entityName} change event ` +
`${subscription.topicName} - Handling ${data.payload.ChangeEventHeader.entityName} change event ` +
`with ID ${data.replayId} ` +
`(${subscription.receivedEventCount}/${subscription.requestedEventCount} ` +
`events received so far)`
Expand Down

0 comments on commit 84419c0

Please sign in to comment.