Skip to content

Commit b9205a7

Browse files
committed
Fix typo in README example
1 parent 92027bd commit b9205a7

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
@@ -200,7 +200,7 @@ message = {
200200
}
201201
}
202202

203-
Userlist::Push.push(message)
203+
Userlist::Push.messages.push(message)
204204
```
205205

206206
### Tokens for in-app messages

0 commit comments

Comments
 (0)