Skip to content

Commit 403af0b

Browse files
Fix loader.php path
1 parent c7ce015 commit 403af0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ And add to `loader.php` code below:
8181
```php
8282
<?php
8383

84-
require_once __DIR__ . '/php-http-client/lib/Client.php';
85-
require_once __DIR__ . '/php-http-client/lib/Response.php';
86-
require_once __DIR__ . '/sendgrid-php/lib/SendGrid.php';
84+
require_once __DIR__ . '/lib/php-http-client/lib/Client.php';
85+
require_once __DIR__ . '/lib/php-http-client/lib/Response.php';
86+
require_once __DIR__ . '/lib/sendgrid-php/lib/SendGrid.php';
8787

8888
```
8989

0 commit comments

Comments
 (0)