Skip to content

Commit e5acde7

Browse files
authored
docs: Update template command (#341)
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 ```
1 parent 0a79de2 commit e5acde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _Type_: Generate a project
3636

3737
_Templatename_: `operator-empty`
3838

39-
_Example installation_: `dotnet new -n MyOperator operator-empty`
39+
_Example installation_: `dotnet new operator-empty -n MyOperator`
4040

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

5353
_Templatename_: `operator`
5454

55-
_Example installation_: `dotnet new -n MyOperator operator`
55+
_Example installation_: `dotnet new operator -n MyOperator`
5656

5757
_Description_:
5858
This template contains the well known `Program.cs`

0 commit comments

Comments
 (0)