Skip to content

Commit aee7a4a

Browse files
committed
unescaped backslash
Invalid string, it appears you have an unescaped backslash at: \l - It appears you have an extra trailing comma
1 parent 469a8ef commit aee7a4a

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
@@ -10,7 +10,7 @@ Hi, this is a scaffold generator for Laravel 5.
1010
### Step 1: Install Through Composer
1111

1212
```
13-
composer require 'laralib\l5scaffold' --dev
13+
composer require 'laralib/l5scaffold' --dev
1414
```
1515

1616
### Step 2: Add the Service Provider
@@ -33,4 +33,4 @@ php artisan make:scaffold Tweet --schema="title:string, body:text"
3333
```
3434

3535
## Scaffold
36-
![image](http://i62.tinypic.com/11maveb.png)
36+
![image](http://i62.tinypic.com/11maveb.png)

0 commit comments

Comments
 (0)