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

Commit

Permalink
change text in README
Browse files Browse the repository at this point in the history
  • Loading branch information
paramonovav committed Jul 29, 2015
1 parent 4fd05a2 commit fdc13c7
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 @@ -19,23 +19,23 @@ After updating composer, add the ServiceProvider to the providers array in app/c
'Paramonovav\LaravelOptimizeImages\LaravelOptimizeImagesServiceProvider',
```

~~You need to publish the config from this package.~~
You need to publish the config from this package.

```
php artisan config:publish paramonovav/laravel-optimize-images
```

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

Isntalling with [brew](http://brew.sh/)
Installing with [brew](http://brew.sh/)

```
brew install jpegoptim optipng
```

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

Isntalling with yum package manager
Installing with yum package manager

```
yum install jpegoptim optipng -y
Expand Down

0 comments on commit fdc13c7

Please sign in to comment.