From fdc13c7a6bfa7172f9c2677808a9d6a0be1a58d9 Mon Sep 17 00:00:00 2001 From: Anton Paramonov Date: Wed, 29 Jul 2015 19:50:30 +0300 Subject: [PATCH] change text in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5370154..0918aa8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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 @@ -27,7 +27,7 @@ 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 @@ -35,7 +35,7 @@ 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