Merge pull request #142 from Burnsage/patch-1

Update README.md
This commit is contained in:
Jonas Dellinger 2017-04-10 00:03:47 +02:00 committed by GitHub
commit f615982747

View File

@ -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. > 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. > 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/) 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/): You can add the API to your project via [nuget-package](https://www.nuget.org/packages/SpotifyAPI-NET/):
``` ```
Install-Package SpotifyAPI-NET Install-Package SpotifyAPI-NET
@ -23,7 +23,7 @@ Install-Package SpotifyAPI-NET
Install-Package SpotifyAPI-Net -pre Install-Package SpotifyAPI-Net -pre
``` ```
###Example ### Example
| SpotifyLocalAPI Example | SpotifyWebAPI Example | | SpotifyLocalAPI Example | SpotifyWebAPI Example |
| :------------- | :------------- | | :------------- | :------------- |