From af7dcf840f9d8b9ecbb2f9c6bd250b1bb533bf9d Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sat, 27 Aug 2016 17:58:06 +0200 Subject: [PATCH] Fixed small doc mistake --- SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md b/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md index df3176e6..ff9bcb77 100644 --- a/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md +++ b/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md @@ -18,7 +18,6 @@ So after you added the API to your project, you may want to add following import using SpotifyAPI.Local; //Base Namespace using SpotifyAPI.Local.Enums; //Enums using SpotifyAPI.Local.Models; //Models for the JSON-responses -using SpotifyAPI.Local; //Base Namespace ``` **Basic-Usage**