Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 3a98824

Browse files
committed
Merge branch 'operations'
2 parents 79743de + a0512e6 commit 3a98824

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
@@ -17,7 +17,7 @@ To do that, put this in your shell profile (~/.bash_profile, ~/.zshrc, ~/bashrc)
1717
- **make**
1818
- `make:controller` Create a new resource Controller class in a service
1919
- `make:feature ` Create a new Feature in a service
20-
- `make:operaion ` Create a new Operation in a service
20+
- `make:operation ` Create a new Operation in a service
2121
- `make:job ` Create a new Job in a domain
2222
- `make:service ` Create a new Service
2323
- `make:model ` Create a new Model
@@ -28,7 +28,7 @@ To do that, put this in your shell profile (~/.bash_profile, ~/.zshrc, ~/bashrc)
2828
- `list:services` List the services in this project.
2929
- **delete**
3030
- `delete:feature` Delete an existing Feature in a service
31-
- `delete:operaion` Delete an existing Operation in a service
31+
- `delete:operation` Delete an existing Operation in a service
3232
- `delete:job ` Delete an existing Job in a domain
3333
- `delete:service` Delete an existing Service
3434
- `delete:model ` Delete an existing Model

0 commit comments

Comments
 (0)