We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839653e commit e83524dCopy full SHA for e83524d
README.md
@@ -28,7 +28,7 @@ A basic test to confirm the library is set up and functional.
28
29
```php
30
<?php
31
-require '../mailchimp-api-php/vendor/autoload.php';
+require 'PATH_TO_LIBRARY/mailchimp-api-php/vendor/autoload.php';
32
$api_key = 'YOUR_API_KEY';
33
$mailchimp = new Mailchimp\Mailchimp($api_key);
34
@@ -49,7 +49,7 @@ uses that data to make another.
49
50
51
52
53
54
$mailchimp_lists = new Mailchimp\MailchimpLists($api_key);
55
0 commit comments