Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Sticks committed Feb 13, 2023
1 parent 0b76b91 commit 8838385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -3,6 +3,7 @@ A simple libary to interface with an NTFY/our own notification server.

# Features
[x] Publish notifications

[] Subcribe to a channel and listen to it's notifications

# Usage
Expand All @@ -17,4 +18,4 @@ client.REST.publishNotification('channelname', "test message", "Test Notificatio
})
```

All options and types are documented in the code, so you can use your IDE to get the types and option. If you have any questions/suggestions/bugs, feel free to open an issue.
All options and types are documented in the code, so you can use your IDE to get the types and option. If you have any questions/suggestions/bugs, feel free to open an issue.

0 comments on commit 8838385

Please sign in to comment.