Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain authored Mar 8, 2017
1 parent e43ac7a commit b62a295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Send a message to another window, and:
- Set up a [secure message channel](#secure-message-channel) between two windows on a certain domain
- Send messages between a [parent and a popup window](#parent-to-popup-messaging) in IE

## Simple listener and sender with error handling
## Simple listener and sender

```javascript
// Set up a listener
Expand All @@ -27,7 +27,7 @@ postRobot.on('getUser', function(event) {

// Yep, we're even returning a function to the other window!

logout() {
logout: function() {
return $currentUser.logout();
}
};
Expand Down

0 comments on commit b62a295

Please # to comment.