Skip to content

Commit

Permalink
Updated setAttributes to return attributes in README.md
Browse files Browse the repository at this point in the history
It returns the attributes object in the code and not the endpointArn.
  • Loading branch information
jokecamp committed Mar 24, 2016
1 parent e73b799 commit 18eeb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Update an existing endpoint's attributes. Attributes is an object with the follo
* Enabled: <string>
* Token: <string>

Callback has format fn(err, endpointArn).
Callback has format fn(err, attributes).

#### deleteUser(endpointArn, callback)
Delete a user from SNS. Callback has format callback(err)
Expand Down

0 comments on commit 18eeb96

Please sign in to comment.