Skip to content

Commit

Permalink
πŸ“ Updated note for dotnet new command (#132)
Browse files Browse the repository at this point in the history
Updated note for dotnet new command
  • Loading branch information
danielmackay authored Jun 26, 2023
1 parent 83dd0f6 commit 76399f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ cd Northwind365
dotnet new ssw-ca
```

> NOTE: Not specifying `name` will use the Directory name as the Solution name and project namespaces.
> NOTE: `name` is optional; if you don't specify it, the directory name will be used as the solution name and project namespaces.
Alternatively, you can specify the `name` and and `output` directory as follows:

Expand Down

0 comments on commit 76399f7

Please sign in to comment.