Skip to content

Commit

Permalink
update migrating page
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jul 13, 2017
1 parent 780d675 commit e325751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATING.md
Expand Up @@ -24,7 +24,7 @@ console.log( room.data.someDataFromServer );
OLD

```typescript
room.listen("entities/:id/:attribute", "replace", (id, attribute, value) => {
room.state.listen("entities/:id/:attribute", "replace", (id, attribute, value) => {
console.log(id, attribute, value);
})
```
Expand Down

0 comments on commit e325751

Please sign in to comment.