Skip to content

Commit a68c10a

Browse files
committed
Update README
1 parent 7698d66 commit a68c10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Messenger.Default.send(DefaultToken.create('todoSometing'), 'a message');
7575

7676
// Place where you want to accept message.
7777
Messenger.Default.register(DefaultToken.create('todoSomething'), (msg: string) => {
78-
console.alert(msg); // parameter of msg will be 'a message'
78+
console.log(msg); // parameter of msg will be 'a message'
7979
});
8080
```
8181

0 commit comments

Comments
 (0)