Skip to content

Commit

Permalink
Updated README and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
florianv committed Feb 12, 2019
1 parent bea6f7b commit 1bb6806
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/readme.md
Expand Up @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 1bb6806

Please sign in to comment.