Skip to content

Commit

Permalink
Docs fix typo
Browse files Browse the repository at this point in the history
It's just the oposite
  • Loading branch information
santimacia committed Apr 21, 2016
1 parent 325a618 commit a3f0b1c
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 @@ -118,7 +118,7 @@ var myApp = new SNS({
// sandbox: true/false (If we're targetting Apple dev/live APNS)
});
myApp.on(EVENTS.USER_ADDED, function(endpointArn, deviceId){
myApp.on(EVENTS.ADDED_USER, function(endpointArn, deviceId){
// Save user details to a db
});
```
Expand Down

0 comments on commit a3f0b1c

Please sign in to comment.