Skip to content

Commit

Permalink
Update README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Nov 1, 2023
1 parent 7955f14 commit 5f9ef53
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 @@ -42,7 +42,7 @@ for await (const message of rpc.responses) {
console.log('Certificate in Base64 Format:', certificateBase64)
})

if (messages.svids.length > 0) {
if (message.svids.length > 0) {
break
}
}
Expand Down

0 comments on commit 5f9ef53

Please sign in to comment.