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 c7ce015 commit 403af0bCopy full SHA for 403af0b
README.md
@@ -81,9 +81,9 @@ And add to `loader.php` code below:
81
```php
82
<?php
83
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';
+require_once __DIR__ . '/lib/php-http-client/lib/Client.php';
+require_once __DIR__ . '/lib/php-http-client/lib/Response.php';
+require_once __DIR__ . '/lib/sendgrid-php/lib/SendGrid.php';
87
88
```
89
0 commit comments