We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a079d commit 1f4177aCopy full SHA for 1f4177a
README.md
@@ -47,7 +47,7 @@ $openWeatherMap = new OpenWeatherMap(
47
);
48
49
// Get current weather by coordinate (latitude, longitude)
50
-$currentWeather = $openWeatherMap->getWeather()->getCurrent(50, 50);
+$currentWeather = $openWeatherMap->weather->getCurrent(50, 50);
51
// Show current temperature
52
echo $currentWeather->getTemperature();
53
```
0 commit comments