From c67af5ae788462da52472754a197859c39a86567 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Fri, 5 Dec 2014 15:18:32 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3088615e..2f94e3b3 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,16 @@ Following 3 files will be needed for all features: + SpotifyAPI.dll + Newtonsoft.Json.dll (Will be merged into SpotifyAPI.dll in the official Releases using ILMerge) + nircmd.dll (Used to Mute & UnMute Spotify) - + +Please look at the [wiki](https://github.com/JohnnyCrazy/SpotifyAPI-NET/wiki) for more information, it provides examples and a documentation. + +###Installation +You can add the API to your project via [nuget-package](https://www.nuget.org/packages/SpotifyAPI-NET/): +``` +Install-Package SpotifyAPI-NET +``` + +###Example + Screenshot of the SpotifyLocal-Example: ![alt text](http://i.imgur.com/R9Xsma0.png "Example Screen") - - - -Please look at the [wiki](https://github.com/JohnnyCrazy/SpotifyAPI-NET/wiki) for more information