Skip to content

Commit 5a08ba4

Browse files
Merge pull request #310 from rish-0593/master
Removed ($) sign, updated contributing section
2 parents eafe914 + 3e7f5dc commit 5a08ba4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,24 @@ This package needs Laravel 9.x.
7474

7575
Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version:
7676
```bash
77-
$ composer require fedeisas/laravel-mail-css-inliner
77+
composer require fedeisas/laravel-mail-css-inliner
7878
```
7979

8080
At this point the inliner should be already working with the default options. If you want to fine-tune these options, you can do so by publishing the configuration file:
8181
```bash
82-
$ php artisan vendor:publish --provider='Fedeisas\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider'
82+
php artisan vendor:publish --provider='Fedeisas\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider'
8383
```
8484
and changing the settings on the generated `config/css-inliner.php` file.
8585

8686
## Contributing
87+
- Install project dependencies:
8788
```bash
88-
$ composer install
89-
$ ./vendor/bin/phpunit
89+
composer install
90+
```
91+
92+
- Execute tests with the following command:
93+
```bash
94+
./vendor/bin/phpunit
9095
```
9196

9297
## Found a bug?

0 commit comments

Comments
 (0)