Skip to content

Commit a840a58

Browse files
authored
📝 Fixed folder name in readme instructions (#512)
Fixed folder name in readme instructions for creating a query or command.
1 parent 092797b commit a840a58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ dotnet new ssw-ca --name {{SolutionName}} --output .\
141141
1. Create a query
142142

143143
```bash
144-
cd src/Application/Features
144+
cd src/Application/UseCases
145145
mkdir {{FeatureName}}
146146
cd {{FeatureName}}
147147
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 {
150150
2. Create a command
151151

152152
```bash
153-
cd src/Application/Features
153+
cd src/Application/UseCases
154154
mkdir {{FeatureName}}
155155
cd {{FeatureName}}
156156
dotnet new ssw-ca-command --name {{CommandName}} --entityName {{Entity}} --slnName {{SolutionName}}

0 commit comments

Comments
 (0)