Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7m authored Nov 2, 2020
1 parent 17a9084 commit 9ef9dc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ from notifypy import Notify
notification = Notify()
notification.title = "Cool Title"
notification.message = "Even cooler message."
notification.send()
```

**Send Notification With Icon**
Expand Down Expand Up @@ -134,6 +135,9 @@ def your_function():

### Contributors
- [Leterax](https://github.com/Leterax)
- [jnoortheen](https://github.com/jnoortheen)
- [dynobo](https://github.com/dynobo)

***
### Inspiration and Special Thanks

Expand All @@ -148,7 +152,9 @@ def your_function():
***

# Contributing
Contributions are welcome.
Contributions are welcome!

- Please base your changes on the latest development branch and open a PR to that branch. PR will not be accepted to the master branch.
- Tests are ran against all platforms.
- Black formatting is required.
- Go ahead and add your name to Contributors if you submit a PR :)

0 comments on commit 9ef9dc9

Please sign in to comment.