Skip to content

Commit 53444ff

Browse files
committed
fix typo
1 parent 8b1f5fc commit 53444ff

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
@@ -25,7 +25,7 @@ $endpoints = array(
2525
// array of payloads which are strings or null (json_encode your arrays)
2626
$payloads = array(
2727
'hello !',
28-
'{'msg': 'test'}',
28+
'{"msg":"test"}',
2929
null,
3030
'',
3131
);

0 commit comments

Comments
 (0)