We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7162c9 + 053b738 commit db814f0Copy full SHA for db814f0
1 file changed
README.md
@@ -22,7 +22,12 @@ You will then need to:
22
* run ``composer install`` to get these dependencies added to your vendor directory
23
* add the autoloader to your application with this line: ``require("vendor/autoload.php")``
24
25
-Alternatively you can just download the MailChimp.php file and include it manually.
+Alternatively you can just download the MailChimp.php file and include it manually:
26
+
27
+```php
28
+include('./Mailchimp.php');
29
+```
30
31
32
Examples
33
--------
0 commit comments