Skip to content

Commit 3ba82a0

Browse files
committed
Fix the readme file
1 parent 3471bb3 commit 3ba82a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Clean code generator for Laravel framework that will save you time! This awesome
2525
> If you don't already have `LaravelCollective Forms & HTML package` installed it will be installed for you. However you'll still have to update your config/app.php to bootstrap the package to the framework.
2626
2727

28-
Using the command line execute the following command
29-
```
30-
composer require crestapps/laravel-code-generator --dev
31-
```
28+
Using the command line execute the following command
29+
```
30+
composer require crestapps/laravel-code-generator --dev
31+
```
3232

3333
Open the `config/app.php` file in your project and do the following two steps
3434
First, look for the `providers` array. Add the following service provider to it.

0 commit comments

Comments
 (0)