You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/02-configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ $api = new OpenWeatherMap('yourapikey', [
69
69
70
70
> [!IMPORTANT]
71
71
> The [PHP API SDK](https://github.com/programmatordev/php-api-sdk) library was used to create the OpenWeatherMap PHP API.
72
-
> To get to know about all available methods, make sure to check the documentation [here](https://github.com/programmatordev/php-api-sdk?tab=readme-ov-file#php-api-sdk).
72
+
> To get to know about all the available methods, make sure to check the documentation [here](https://github.com/programmatordev/php-api-sdk?tab=readme-ov-file#php-api-sdk).
73
73
74
74
The following sections have examples of some of the most important methods,
75
75
particularly related with the configuration of the client, cache and logger.
@@ -147,7 +147,7 @@ use ProgrammatorDev\OpenWeatherMap\OpenWeatherMap;
0 commit comments