Skip to content

Commit 4901f34

Browse files
committed
docs: update Features & Usage sections
1 parent 6ce70f3 commit 4901f34

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
@@ -34,7 +34,7 @@
3434

3535
## Features
3636

37-
- [x] Generate full CRUD component (list, count, create, get, patch, put & delete)
37+
- [x] Generate full CRUD component (list, create, get, updatePartial, update & delete)
3838
- [ ] Auto register the new created component to express routes
3939

4040
## Install
@@ -53,7 +53,7 @@ $ yarn global add generator-create-service-component
5353

5454
## Usage
5555

56-
Navigate to the created service root dir (using [@boringcodes/create-service](https://github.com/boringcodes/create-service)) and run the following command to generate new component
56+
Navigate to the created service (using [@boringcodes/create-service](https://github.com/boringcodes/create-service)) root dir and run the following command to generate new component
5757

5858
```sh
5959
$ yo create-service-component

0 commit comments

Comments
 (0)