Skip to content

Commit

Permalink
update readme (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-yk authored Aug 30, 2021
1 parent de7ba66 commit 7b70bf2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,9 @@ var subscription = centrifuge.subscribe("news", function(message) {
});

subscription.history().then(function(response) {
// history messages received
}, function(err) {
// history call failed with error
});
// history messages received
}, function(err) {
// history call failed with error
});
```

Expand Down

0 comments on commit 7b70bf2

Please sign in to comment.