Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjosh authored May 8, 2017
1 parent 1659549 commit 712f852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Via Composer
$ composer require josh/laravel-phantomjs
```

##Config
## Config

Add the following provider to providers part of config/app.php
``` php
Expand All @@ -22,8 +22,8 @@ Josh\Component\PhantomJs\Provider\PhantomJsServiceProvider::class

and the following Facade to the aliases part
``` php
'PJCleint' => Josh\Component\PhantomJs\Facade\PhantomJs::class
'PJClient' => Josh\Component\PhantomJs\Facade\PhantomJs::class
```

## License
The MIT License (MIT)
The MIT License (MIT)

0 comments on commit 712f852

Please sign in to comment.