Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Fix readme misleading typo #277

Open
wants to merge 1 commit into
base: sunshine_master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ In order for the Sunshine app to function properly as of October 18th, 2015 an A

We recommend that each student obtain a key via the following [instructions](http://openweathermap.org/appid#use), and include the unique key for the build by adding the following line to [USER_HOME]/.gradle/gradle.properties

`MyOpenWeatherMapApiKey="<UNIQUE_API_KEY">`
`MyOpenWeatherMapApiKey="<UNIQUE_API_KEY>"`

For help migrating an existing repo (fork or clone prior to 10/18/15), please check out this [guide.](https://docs.google.com/document/d/1e8LXahedBlCW1_dp_FyvQ3ugUAwUBJDuJCoKf3tgNVs/pub?embedded=true)

Expand Down