Skip to content

Commit 87b0e73

Browse files
authored
Updated Readme.
1 parent 3ecc294 commit 87b0e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The user's location is displayed on the map. You can go to any location by track
55

66
Tapping on the user's current location will get weather information of the current location.
77

8-
The *WeatherAPI* framework gets the weather information from [OpenWeatherMap](https://openweathermap.org). You pass the CLLocation instance and it will get the weather information in `LocationWeatherInfo` instance. The `LocationWeatherInfo` makes sure the units are preserved appropriately according to the server sends. The unit is displayed automatically by iOS.
8+
The *WeatherAPI* framework gets the weather information from [OpenWeatherMap](https://openweathermap.org). You pass the CLLocation instance and it will get the weather information in `LocationWeatherInfo` instance. The `LocationWeatherInfo` makes sure the units are preserved appropriately according to the server sends.
99

1010
Todo:
1111
- [ ] Implement MVP/MVVM pattern.

0 commit comments

Comments
 (0)