Skip to content

Commit c2d786c

Browse files
Merge pull request #3 from itsazzad/patch-1
Unescaped backslash
2 parents 469a8ef + aee7a4a commit c2d786c

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)