@livecord/notify
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@livecord/notify", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Notifier for Youtube and Twitch.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -18,3 +18,3 @@ # [@livecord/notify](https://npmjs.com/package/@livecord/notify) | ||
## Twitch | ||
--- | ||
```js | ||
@@ -56,3 +56,3 @@ const { Twitch } = require('@livecord/notify'); | ||
## Youtube | ||
--- | ||
```js | ||
@@ -59,0 +59,0 @@ const { YouTube } = require('@livecord/notify'); |
10008