Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit fdc13c7

Browse files
committed
change text in README
1 parent 4fd05a2 commit fdc13c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ After updating composer, add the ServiceProvider to the providers array in app/c
1919
'Paramonovav\LaravelOptimizeImages\LaravelOptimizeImagesServiceProvider',
2020
```
2121

22-
~~You need to publish the config from this package.~~
22+
You need to publish the config from this package.
2323

2424
```
2525
php artisan config:publish paramonovav/laravel-optimize-images
2626
```
2727

2828
### Installation "jpegoptim" and "optipng" on MacOS X
2929

30-
Isntalling with [brew](http://brew.sh/)
30+
Installing with [brew](http://brew.sh/)
3131

3232
```
3333
brew install jpegoptim optipng
3434
```
3535

3636
### Installation "jpegoptim" and "optipng" on CentOS with yum
3737

38-
Isntalling with yum package manager
38+
Installing with yum package manager
3939

4040
```
4141
yum install jpegoptim optipng -y

0 commit comments

Comments
 (0)