We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092797b commit a840a58Copy full SHA for a840a58
1 file changed
‎README.md‎
@@ -141,7 +141,7 @@ dotnet new ssw-ca --name {{SolutionName}} --output .\
141
1. Create a query
142
143
```bash
144
-cd src/Application/Features
+cd src/Application/UseCases
145
mkdir {{FeatureName}}
146
cd {{FeatureName}}
147
dotnet new ssw-ca-query --name {{QueryName}} --entityName {{Entity}} --slnName {{SolutionName}}
@@ -150,7 +150,7 @@ dotnet new ssw-ca-query --name {{QueryName}} --entityName {{Entity}} --slnName {
150
2. Create a command
151
152
153
154
155
156
dotnet new ssw-ca-command --name {{CommandName}} --entityName {{Entity}} --slnName {{SolutionName}}
0 commit comments