From b9cb1f4a95b9ba4aa3c538ce89fa9dfa8f69e5b6 Mon Sep 17 00:00:00 2001 From: Kevin Bui Date: Thu, 17 Oct 2024 23:02:19 +1100 Subject: [PATCH] able to copy the composer require line. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25062f..d702a7e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ This library requires **PHP v8.1** or higher. Use the below code to install the wrapper: -`composer require mailjet/mailjet-apiv3-php` +```bash +composer require mailjet/mailjet-apiv3-php +``` If you are not using [Composer](https://getcomposer.org/), clone or download [this repository](https://github.com/mailjet/mailjet-apiv3-php-no-composer) that already contains all the dependencies and the `vendor/autoload.php` file. If you encounter an issue, please post it here and not on the mirror repository.