Skip to content

Commit 028b970

Browse files
committed
wip
1 parent e3a0c0b commit 028b970

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
@@ -16,15 +16,15 @@ composer require alibori/laravel-api-resource-generator --dev
1616

1717
## Usage
1818

19-
All you need to do is to run the following command:
19+
All you need to do is run the following command:
2020

2121
``` bash
2222
php artisan api-resource:generate <model-name>
2323
```
2424

2525
This command will generate a new resource for the given model name with the properties defined in the model.
2626

27-
If you want to set the array keys of the resource as *camelCase*, you can use the `--camel-case`, you will be prompted to do it.
27+
If you want to set the array keys of the resource as *camelCase*, you will be prompted to do it.
2828

2929
For example, for the model named `User` you will get the following resource:
3030

0 commit comments

Comments
 (0)