Skip to content

Commit eda2629

Browse files
committed
Spelling Mistake Resolved
1 parent 6bda36f commit eda2629

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Copy ```config/repository.php``` file to your project ```config/``` directory.
2323
|-- app
2424
...
2525
|-- config
26-
|-- repository.php (core confid file)
26+
|-- repository.php (core config file)
2727
```
2828

2929
**Step 3:**
@@ -57,7 +57,7 @@ Edit the config file. Remember All the directories are under `app` directory.
5757

5858
## Usage
5959

60-
**Make Repository:**
60+
### Make Repository:
6161

6262
The following command makes a repository class ```TestRepositoryName``` using model
6363
```TestModelName```.
@@ -66,7 +66,7 @@ The following command makes a repository class ```TestRepositoryName``` using mo
6666
php artisan make:repository TestRepositoryName TestModelName
6767
```
6868

69-
**Make Repository with Service:**
69+
### Make Repository with Service:
7070

7171
The following command makes a repository class ```TestRepositoryName``` using model
7272
```TestModelName``` and a service ```TestServiceName```.
@@ -83,7 +83,7 @@ php artisan make:repository TestRepositoryName TestModelName --s=TestServiceName
8383

8484
Service flag ```--service``` or ```--s``` is optional.
8585

86-
**Make Service:**
86+
### Make Service:
8787

8888
The following command makes a service class ```TestServiceName``` using repository
8989
```TestRepositoryName```.
@@ -99,7 +99,7 @@ Pull requests are welcome. For major changes, please open an issue first to disc
9999

100100
Please make sure to update tests as appropriate.
101101

102-
## Inspired By:
102+
#### Inspired By:
103103

104104
##### [Mohammad Imran Hossain](https://github.com/imranctg16).
105105

0 commit comments

Comments
 (0)