Skip to content

Commit 5c77dd7

Browse files
committed
Hofix for template docs
1 parent d02c543 commit 5c77dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Demo/Shared/wwwroot/docs/Templates.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The pages created from these templates will appear like the following based on t
2525
You can install the templates by running the following command:
2626

2727
```cshtml
28-
dotnet new install Microsoft.FluentUI.AspNetCore.TemplatesCopy
28+
dotnet new install Microsoft.FluentUI.AspNetCore.Templates
2929
```
3030

3131
The current version can be found on the [NuGet site](https://www.nuget.org/packages/Microsoft.FLuentUI.AspNetCore.Templates/).
@@ -37,13 +37,13 @@ After installing the templates, you can create a new project from either the CLI
3737
For creating a new Fluent Blazor Web App project from the CLI:
3838

3939
```cshtml
40-
dotnet new fluentblazor -o {your project name}Copy
40+
dotnet new fluentblazor -o {your project name}
4141
```
4242

4343
For creating a Fluent Blazor WebAssembly Standalone App project from the CLI:
4444

4545
```cshtml
46-
dotnet new fluentblazorwasm -o {your project name}Copy
46+
dotnet new fluentblazorwasm -o {your project name}
4747
```
4848

4949
In Visual Studio you can create a new project by selecting on of the templates in the 'File->New->Project'-dialog. It looks like this (when you select 'Fluent'

0 commit comments

Comments
 (0)