Skip to content

Commit 01bd91d

Browse files
authored
minor change in readme.md
1 parent e763b14 commit 01bd91d

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
@@ -72,7 +72,7 @@ You can easily send a message to all registered users with the command
7272

7373
You can send a message based on a set of tags with the command
7474

75-
OneSignal::sendNotificationUsingTags("Some Message", array("key" => "device_uuid", "relation" => "=", "value" => 123e4567-e89b-12d3-a456-426655440000), $url = null, $data = null, $buttons = null, $schedule = null);
75+
OneSignal::sendNotificationUsingTags("Some Message", ["key" => "device_uuid", "relation" => "=", "value" => 123e4567-e89b-12d3-a456-426655440000], $url = null, $data = null, $buttons = null, $schedule = null);
7676

7777

7878
### Sending a Notification To A Specific User

0 commit comments

Comments
 (0)