From 1bb680681a5cd275fb5caabf0dd27d96b0ccd1dc Mon Sep 17 00:00:00 2001 From: florianv Date: Tue, 12 Feb 2019 13:29:45 +0100 Subject: [PATCH] Updated README and documentation --- README.md | 4 ++-- doc/readme.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26fa45c..7071e35 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ and optionally cache the results. $ composer require php-http/curl-client nyholm/psr7 php-http/message florianv/laravel-swap ``` -### Laravel 5.5+: +### Laravel 5.5+ -If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php +If you don't use auto-discovery, add the `ServiceProvider` to the providers array in `config/app.php`: ```php // /config/app.php diff --git a/doc/readme.md b/doc/readme.md index daf6516..d5d9d27 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -3,8 +3,8 @@ ## Index * [Installation](#installation) * [Setup](#setup) - * [Laravel](#laravel) - * [Lumen](#lumen) + * [Laravel](#laravel) + * [Lumen](#lumen) * [Configuration](#configuration) * [Usage](#usage) * [Retrieving Rates](#retrieving-rates) @@ -31,7 +31,7 @@ $ composer require php-http/curl-client nyholm/psr7 php-http/message florianv/la ## Setup -### Laravel 5.5 +### Laravel If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php