diff --git a/README.md b/README.md index 92dabf7..e1907c6 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ The events are typed up in a type map, as mentioned here: export type BaileysEventMap = { /** connection state has been updated -- WS closed, opened, connecting etc. */ - 'connection.update': Partial + 'connection.update': Partial /** auth credentials updated -- some pre key state, device ID etc. */ 'creds.update': Partial /** set chats (history sync), chats are reverse chronologically sorted */