Skip to content

Commit 0acfd50

Browse files
committed
fix config publish command
1 parent 31ecafc commit 0acfd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Composer will download the package. After package downloaded, open "app/config/a
4040
Finally you need to publish a configuration file by running the following Artisan command.
4141

4242
```php
43-
$ php artisan config:publish bllim/datatables
43+
$ php artisan config:publish bllim/laravel4-datatables-package
4444
```
4545

4646
### Usage

0 commit comments

Comments
 (0)