diff --git a/docs/Release_2.0.0.md b/docs/Release_2.0.0.md index 7f7c1f0..b08e2c6 100644 --- a/docs/Release_2.0.0.md +++ b/docs/Release_2.0.0.md @@ -79,7 +79,7 @@ final Weather weather = openWeatherClient final List weatherList = openWeatherClient .currentWeather() .multiple() - .byCitiesInCycle(Coordinate.forValues(55.5, 37.5)) + .byCitiesInCycle(Coordinate.withValues(55.5, 37.5)) .language(Language.GERMAN) .unitSystem(UnitSystem.IMPERIAL) .retrieve()