Skip to content

Commit c24d71f

Browse files
Merge pull request #41 from incraigulous/patch-1
Composer install command doesn't work with quotes.
2 parents 05a6bdd + 30202f5 commit c24d71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This package needs Laravel 5.x
5454

5555
Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version:
5656
```bash
57-
$ composer require `fedeisas/laravel-mail-css-inliner`
57+
$ composer require fedeisas/laravel-mail-css-inliner
5858
```
5959
Once this operation completes, you must add the service provider. Open `app/config/app.php`, and add a new item to the providers array.
6060
```php

0 commit comments

Comments
 (0)