Skip to content

Commit 75e8594

Browse files
unknownunknown
authored andcommitted
Updated Readme.
1 parent 76519cf commit 75e8594

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Available methods:
6161
* `setTopicAttributes($topicArn, $attrName, $attrValue)`
6262
* `subscribe($topicArn, $protocol, $endpoint)`
6363
* `unsubscribe($subscriptionArn)`
64+
* `createPlatformEndpoint($platformapplicationarn, $token, $userdata)`
65+
* `deleteEndpoint($devicearn)`
6466

6567
To set the API region (us-east-1, us-west-2, us-west-1, eu-west-1, etc):
6668

lib/AmazonSNS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public function createPlatformEndpoint($platformapplicationarn, $token, $userdat
445445
}
446446

447447
/*
448-
* Delete Platform endpoint
448+
* Delete endpoint
449449
*
450450
* @link http://docs.aws.amazon.com/sns/latest/api/API_DeleteEndpoint.html
451451
* @param string $devicearn

0 commit comments

Comments
 (0)