Skip to content

Commit 14ff690

Browse files
committed
Improve exemple of inclusion
1 parent 07aae44 commit 14ff690

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This PHP library providing a simple way to communicate with Yahoo Weather API.
1616
Simply implement the class
1717

1818
```php
19+
require_once __DIR__ . '/vendor/autoload.php';
20+
21+
use Th3Mouk\YahooWeatherAPI\YahooWeatherAPI;
22+
1923
$yahooWeather = new YahooWeatherAPI();
2024
```
2125

0 commit comments

Comments
 (0)