Skip to content

Commit

Permalink
Merge pull request antoniolg#21 from pvg-alex/update-readme
Browse files Browse the repository at this point in the history
Update key location in readme
  • Loading branch information
antoniolg authored Jul 14, 2016
2 parents f649049 + 4c805b0 commit 71ad9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This sample project is still in development, and could easily break or have some

You can use Android Studio or Intellij to work with this repository.

First thing you will need to compile this project is to get an [API Key from Last.fm](http://www.lastfm.es/api). It will we used to connect to the service that will provide artists info. Then create the next String resource in a `config.xml` file:
First thing you will need to compile this project is to get an [API Key from Last.fm](http://www.lastfm.es/api). It will we used to connect to the service that will provide artists info. Then create a resource file `app/src/main/res/values/api_key.xml` (this path is ignored by git) with the following content:

```xml
<string name="last_fm_api_key">YOUR_KEY</string>
Expand Down

0 comments on commit 71ad9cb

Please sign in to comment.