From 848972aef8d3539e5a7835797dc3f38b5d71c179 Mon Sep 17 00:00:00 2001 From: Daniel Stein Date: Mon, 26 Jan 2015 16:39:19 +0100 Subject: [PATCH] Added logo to readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f32ee1..0011e1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
![](http://hackherz.com/wp-content/uploads/2014/09/Pusher-UNIX.png)
+![Logo](http://hackherz.com/wp-content/uploads/2014/09/Pusher-UNIX.png) # pusher Send push-notifications to your phone from the command line. Uses [PushNotifier](http://pushnotifier.de/) to receive notifications. @@ -59,14 +59,14 @@ Please use the [issue tracker](https://github.com/HackHerz/pusher/issues) to rep #### Developing Just file a pull request and start coding. +If you want to develop your own software with code from pusher, make sure that you are using your own [API-Token](http://a.gidix.de/). You have to change it in pushhandler.h - -### Keeping me motivated -If you want to ensure that I'll continue developing just send me a tweet [@hackherz](https://twitter.com/hackherz) why you like or use my software :). +### Keep me motivated +If you want to make sure that I'll continue developing just send me a tweet [@hackherz](https://twitter.com/hackherz) why you like or use my software :). ## Libraries -pusher uses a few third party libraries. They are all MIT-Licensed but they are so awesome I have to mention them. +pusher uses a few third party libraries. - [json](https://github.com/nlohmann/json) by [Niels Lohmann](http://nlohmann.me/) - [TCLAP](http://tclap.sourceforge.net/)