Skip to content

Commit 47b551c

Browse files
authored
Merge pull request #2872 from hpacleb/update-readme
Remove $ for easier copy paste of commands
2 parents 9e96d1f + 44e507a commit 47b551c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ return datatables(User::all())->toJson();
7272
## Quick Installation
7373

7474
```bash
75-
$ composer require yajra/laravel-datatables-oracle:"^10.0"
75+
composer require yajra/laravel-datatables-oracle:"^10.0"
7676
```
7777

7878
#### Service Provider & Facade (Optional on Laravel 5.5+)
@@ -93,7 +93,7 @@ Register provider and facade on your `config/app.php` file.
9393
#### Configuration (Optional)
9494

9595
```bash
96-
$ php artisan vendor:publish --provider="Yajra\DataTables\DataTablesServiceProvider"
96+
php artisan vendor:publish --provider="Yajra\DataTables\DataTablesServiceProvider"
9797
```
9898

9999
And that's it! Start building out some awesome DataTables!

0 commit comments

Comments
 (0)