README.markdown in hallon-0.4.0 vs README.markdown in hallon-0.8.0

- old
+ new

@@ -1,19 +1,17 @@ -What is Hallon? +[What is Hallon?][] [![Build Status][]](http://travis-ci.org/Burgestrand/Hallon) ([but that’s okay](https://github.com/Burgestrand/Hallon/issues/33)) =============== -> [Hallon, delicious Ruby bindings for libspotify](http://burgestrand.se/articles/hallon-delicious-ruby-bindings-to-libspotify.html) - We rubyists have this awesome [spotify gem][] allowing us to use [libspotify][] from within Ruby, but it has a significant drawback: the `libspotify` API is very hard to use. Now, we can’t have that, so what do we do? We make Hallon! Hallon is Swedish for “Raspberry”, and has been written to satisfy my needs for API simplicity. It provides you with a wrapper around the spotify gem, making the experience of using `libspotify` from Ruby much more enjoyable. Hallon would not have been possible if not for these people: - Per Reimers, cracking synchronization bugs with me in the deep night (4 AM) and correcting me when I didn’t know better - [Spotify](http://www.spotify.com/), providing a service worth attention (and my money!) -- [Linus Oleander](https://github.com/oleander), involving me with the `radiofy.se` project, ultimately spawning the necessity of Hallon +- [Linus Oleander](https://github.com/oleander), involving me with the [radiofy.se](http://radiofy.se) project, ultimately spawning the necessity of Hallon - [Jesper Särnesjö][], creator of [Greenstripes][], making me think of Hallon as an achievable goal Code samples can be found under `examples/` directory. This is awesome! I want to help! @@ -53,9 +51,11 @@ License ------- Hallon is licensed under a 2-clause (Simplified) BSD license. More information can be found in the `LICENSE.txt` file. -[spotify gem]: https://rubygems.org/gems/spotify -[libspotify]: http://developer.spotify.com/en/libspotify/overview/ -[Greenstripes]: http://github.com/sarnesjo/greenstripes +[spotify gem]: https://rubygems.org/gems/spotify +[libspotify]: http://developer.spotify.com/en/libspotify/overview/ +[Greenstripes]: http://github.com/sarnesjo/greenstripes [Jesper Särnesjö]: http://jesper.sarnesjo.org/ +[What is Hallon?]: http://burgestrand.se/articles/hallon-delicious-ruby-bindings-to-libspotify.html +[Build Status]: https://secure.travis-ci.org/Burgestrand/Hallon.png