Skip to content

Commit 280a123

Browse files
mpw-wwuMinishlink
authored andcommitted
[README example] Fix JSON payload
1 parent b1e09e9 commit 280a123

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
@@ -64,7 +64,7 @@ $notifications = [
6464
'auth' => '(stringOf24Chars)'
6565
],
6666
]),
67-
'payload' => '{msg:"Hello World!"}',
67+
'payload' => '{"msg":"Hello World!"}',
6868
],
6969
];
7070

0 commit comments

Comments
 (0)