Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
mbonneau committed Oct 10, 2014
1 parent 98b6b76 commit ea517a1
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 @@ -100,7 +100,7 @@ One area that AngularWAMP differs from AutobahnJS, is in how ``onclose`` and ``o
```Javascript
app.controller("MainCtrl", function($scope, $wamp) {
$scope.$on("$wamp.open", function (event, session) {
console.log('We're connected to the WAMP Router!');
console.log('We are connected to the WAMP Router!');
});

$scope.$on("$wamp.close", function (event, data) {
Expand Down Expand Up @@ -148,4 +148,4 @@ $wamp.session;
$wamp.connection;
```

For more information, you can reference the AutobahnJS [documentation](http://autobahn.ws/js/reference.html).
For more information, you can reference the AutobahnJS [documentation](http://autobahn.ws/js/reference.html).

0 comments on commit ea517a1

Please sign in to comment.