Skip to content

Commit

Permalink
readme 5.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mewebstudio committed Aug 28, 2015
1 parent 44ecf22 commit a4f46d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Find the `providers` key in `config/app.php` and register the HTMLPurifier Servi
```php
'providers' => [
// ...
'Mews\Purifier\PurifierServiceProvider',
Mews\Purifier\PurifierServiceProvider::class,
]
```

Expand All @@ -46,7 +46,7 @@ Find the `aliases` key in `app/config/app.php`.
```php
'aliases' => [
// ...
'Purifier' => 'Mews\Purifier\Facades\Purifier',
Purifier' => Mews\Purifier\Facades\Purifier::class,

This comment has been minimized.

Copy link
@AdrienNeveu

AdrienNeveu Aug 31, 2015

You missed a quote here.

This comment has been minimized.

Copy link
@mewebstudio
]
```

Expand Down

0 comments on commit a4f46d9

Please sign in to comment.