Skip to content

Commit f71a285

Browse files
Initial public release
1 parent bfdc5cd commit f71a285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# robotframework-aprslib
1+
# robotframework-apprise
22
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
33

44
```robotframework-apprise``` is a [Robot Framework](https://www.robotframework.org) keyword collection for the [apprise](https://github.com/caronc/apprise) push message library. It enables Robot Framework users to send push/email messages to every message service supported by Apprise.
@@ -49,4 +49,4 @@ Examples:
4949
## Known issues
5050

5151
- This library uses Apprise's default async behavior. Currently, you cannot send messages in a synchronous way.
52-
- The current version of this library does not permit you to set the target format (text, HTML). It uses Apprise's default format which is HTML.
52+
- The current version of this library does not permit you to set the target format (text, HTML). It uses Apprise's default format which is HTML.

0 commit comments

Comments
 (0)