Skip to content

Commit a65cdf4

Browse files
committed
Updated notifications doc
1 parent 6e2be77 commit a65cdf4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mdash/images/key1.png

21 KB
Loading

mdash/notifications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ const ws = new Websocket(addr, { origin: addr });
3131
ws.on('message', msg => console.log('Got message:', msg.toString()));
3232
```
3333

34-
To see your mDash API tokens, login to mDash and click on "Keys" tab.
34+
To see your mDash API tokens, login to mDash and click on "Keys" tab:
35+
36+
![mDash API key](images/key1.png)
3537

3638
## How to send a notification from your device
3739

0 commit comments

Comments
 (0)