udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.4k forks source link

README file #234

Open majid-vaghari opened 8 years ago

majid-vaghari commented 8 years ago

file README.md line:21 is saying you should provide your API KEY in the following format:

MyOpenWeatherMapApiKey="<UNIQUE_API_KEY">

The angular brackets and double quotation marks arent nested properly. Consider changing it to:

MyOpenWeatherMapApiKey="<UNIQUE_API_KEY>"