Skip to content

Commit d40462f

Browse files
authored
Update README.md
1 parent b974856 commit d40462f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ To get **Forecast** use this in `Activity` also you need specify `index` to get
7575
weatherMap.getCityForecast(city, new ForecastCallback() {
7676
@Override
7777
public void success(ForecastResponseModel response) {
78-
79-
Weather weather[] = response.getList()[index].getWeather();
78+
Weather weather[] = response.getList()[index].getWeather();
8079
}
8180

8281
@Override

0 commit comments

Comments
 (0)