Skip to content

Commit

Permalink
docs: Update template command (#341)
Browse files Browse the repository at this point in the history
Update template command given the current one is not valid:
```
$ dotnet new -n Sandbox.Generated.Operator operator
Error: Invalid option(s):
  operator
For usage information, run:
   dotnet new -h
```
  • Loading branch information
tomkerkhove authored Dec 28, 2021
1 parent 0a79de2 commit e5acde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _Type_: Generate a project

_Templatename_: `operator-empty`

_Example installation_: `dotnet new -n MyOperator operator-empty`
_Example installation_: `dotnet new operator-empty -n MyOperator`

_Description_:
This template contains the well known `Program.cs`
Expand All @@ -52,7 +52,7 @@ _Type_: Generate a project

_Templatename_: `operator`

_Example installation_: `dotnet new -n MyOperator operator`
_Example installation_: `dotnet new operator -n MyOperator`

_Description_:
This template contains the well known `Program.cs`
Expand Down

0 comments on commit e5acde7

Please sign in to comment.