Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Oct 14, 2019
1 parent 95ea7eb commit f25f520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pull this package in through Composer (development/latest version `dev-master`)
```

```sh
composer update
composer update
```

### Laravel's >=5.5 auto discovery
Expand Down Expand Up @@ -69,7 +69,7 @@ Add the service provider to array of providers in `config/app.php`
Publish the package configuration file to your application.

```sh
php artisan vendor:publish --provider="Kyslik\ColumnSortable\ColumnSortableServiceProvider" --tag="config"
php artisan vendor:publish --provider="Kyslik\ColumnSortable\ColumnSortableServiceProvider" --tag="config"
```

See configuration file [(`config/columnsortable.php`)](https://github.com/Kyslik/column-sortable/blob/master/src/config/columnsortable.php) yourself and make adjustments as you wish.
Expand Down

0 comments on commit f25f520

Please sign in to comment.