diff --git a/README.md b/README.md index 1928eba3..986af8a0 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ An API for the Spotify-Client and Spotify's Web API, written in .NET > Do you ever wanted to control your local Spotify Client with some sort of API? Now you can! This API gives you full control over your spotify client. > You can get infos about the currently playing song, get its Album-Art, skip/pause and much more. It also features multiple Event-Interfaces. -###Docs and Usage +### Docs and Usage More Information, Installation-Instructions, Examples and API-Reference can be found at [github.io/SpotifyAPI-Net/](http://johnnycrazy.github.io/SpotifyAPI-NET/) -###NuGet +### NuGet You can add the API to your project via [nuget-package](https://www.nuget.org/packages/SpotifyAPI-NET/): ``` Install-Package SpotifyAPI-NET @@ -23,7 +23,7 @@ Install-Package SpotifyAPI-NET Install-Package SpotifyAPI-Net -pre ``` -###Example +### Example | SpotifyLocalAPI Example | SpotifyWebAPI Example | | :------------- | :------------- |