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**