spotify / apps-tutorial

A Spotify App that contains working examples of the use of Spotify Apps API
https://developer.spotify.com/technologies/apps/
627 stars 146 forks source link

Wrong bundle identifier in readme #16

Closed jmorel closed 10 years ago

jmorel commented 11 years ago

Need to change from spotify:app:tutorial to spotify:app:api-tutorial.

thelinmichael commented 11 years ago

You're merging the whole 1.0 branch with master, which is a tutorial on the 0.1 api. Regarding your changes to the README, I'd say that the BundleIdentifiers are actually different between these two branches ('tutorial' for 0.1 and api-tutorial for 1.0), so they are correctly documented.