From 5da4efe01864deecb054db7fd81dcb081de1346a Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 11 May 2026 23:22:50 +0200 Subject: [PATCH] Minor style tweaks in README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a19fe99..5053a99 100644 --- a/README.md +++ b/README.md @@ -32,31 +32,31 @@ PHP 5.6 and later To install the bindings via [Composer](http://getcomposer.org/): -Create a ```composer.json``` file in any directory & add below code in composer.json file. +Create a `composer.json` file in any directory & add below code in composer.json file. -``` +```json { -"require": { -"getbrevo/brevo-php": "1.x.x" -} + "require": { + "getbrevo/brevo-php": "1.x.x" + } } ``` Then run below commands in the same directory -``` +```bash composer require getbrevo/brevo-php "1.x.x" ``` Further do: -* run ``composer install`` to get these dependencies added to your vendor directory -* add the autoloader to your application with this line: ``require("vendor/autoload.php")`` +* run `composer install` to get these dependencies added to your vendor directory +* add the autoloader to your application with this line: `require("vendor/autoload.php")` ## Tests To run the unit tests: -``` +```bash composer install ./vendor/bin/phpunit ``` @@ -734,6 +734,6 @@ The partner key should be passed in the request headers as `partner-key` along w - **Location**: HTTP header -If you find a bug, please post the issue on [Github](https://github.com/getbrevo/brevo-php/issues). +If you find a bug, please post the issue on [GitHub](https://github.com/getbrevo/brevo-php/issues). As always, if you need additional assistance, drop us a note [here](https://account.brevo.com/support).