We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6266138 commit 5947158Copy full SHA for 5947158
1 file changed
README.md
@@ -36,7 +36,7 @@ You need an API Key for that.
36
require_once 'vendor/autoload.php';
37
38
// Use the library namespace
39
-use MsCode\Mailcow\MailCow\MailCowAPI;
+use MsCode\Mailcow\MailCowAPI;
40
41
// Then simply pass your API-Token when creating the API client object.
42
$client = new MailCowAPI('mailcow-with-https.example.com','MAILCOW_API_KEY');
0 commit comments