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

Commit

Permalink
Edit PhantomJs facade defined in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjosh committed Feb 12, 2018
1 parent 478ce2c commit a679767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Josh\Component\PhantomJs\PhantomJsServiceProvider::class

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

and then you can run vendor:publish command for generating phantomjs config file
Expand Down

0 comments on commit a679767

Please sign in to comment.