Open majid-vaghari opened 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>"
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>"