From d25c967acd725d1d751d39bb68776b31f0df4e17 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 20 Jul 2014 22:45:22 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0b59144..3088615e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SpotifyAPI-NET === -An API for the Spotify-Client, written in .NET +An API for the Spotify-Client and Spotify's Web API, written in .NET Look at the example provided in the Repo Following 3 files will be needed for all features: @@ -9,5 +9,9 @@ Following 3 files will be needed for all features: + Newtonsoft.Json.dll (Will be merged into SpotifyAPI.dll in the official Releases using ILMerge) + nircmd.dll (Used to Mute & UnMute Spotify) -Screenshot of the Example: -![alt text](http://i.imgur.com/R9Xsma0.png "Example Screen") \ No newline at end of file +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