Fixed small doc mistake

This commit is contained in:
Jonas Dellinger 2016-08-27 17:58:06 +02:00
parent 7745698fe5
commit af7dcf840f

View File

@ -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; //Base Namespace
using SpotifyAPI.Local.Enums; //Enums using SpotifyAPI.Local.Enums; //Enums
using SpotifyAPI.Local.Models; //Models for the JSON-responses using SpotifyAPI.Local.Models; //Models for the JSON-responses
using SpotifyAPI.Local; //Base Namespace
``` ```
**Basic-Usage** **Basic-Usage**