Skip to content

Commit 4fa5c21

Browse files
committed
readme file modified
1 parent b1d5e4d commit 4fa5c21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Download the repository and extract it.
88

99
**Step 1:**
1010

11-
Copy ```app/Console/Commands``` directory to your project ```app/Console/``` directory.
11+
Copy ```Commands``` directory to your project ```app/Console/``` directory.
1212
```$xslt
1313
|-- app/Console/Commands
1414
|-- Repository.php (core file)
@@ -20,6 +20,8 @@ Copy ```app/Console/Commands``` directory to your project ```app/Console/``` dir
2020
Copy ```config/repository.php``` file to your project ```config/``` directory.
2121

2222
```$xslt
23+
|-- app
24+
...
2325
|-- config
2426
|-- repository.php (core confid file)
2527
```

0 commit comments

Comments
 (0)