Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertwoo committed Nov 16, 2024
1 parent d7042fc commit 12b1e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/20 Get Started/README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Nuget](https://img.shields.io/nuget/vpre/Fun.Blazor.Templates)](https://www.nuget.org/packages/Fun.Blazor.Templates)

```shell
dotnet new --install Fun.Blazor.Templates::4.1.0
dotnet new --install Fun.Blazor.Templates::4.1.1
dotnet new fun-blazor -o FunBlazorDemo1
```

Expand Down
2 changes: 1 addition & 1 deletion Docs/20 Get Started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Nuget](https://img.shields.io/nuget/vpre/Fun.Blazor.Templates)](https://www.nuget.org/packages/Fun.Blazor.Templates) 👈 always try to use the latest one.

```shell
dotnet new --install Fun.Blazor.Templates::4.1.0
dotnet new --install Fun.Blazor.Templates::4.1.1
dotnet new fun-blazor -o FunBlazorDemo1
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you find my projects helpful and would like to support my work, consider maki

## Start to use

dotnet new install Fun.Blazor.Templates::4.1.0
dotnet new install Fun.Blazor.Templates::4.1.1
dotnet new fun-blazor -o FunBlazorDemo1

> The template is upgraded to dotnet 9, but you can downgrade it according to your needs.
Expand Down

0 comments on commit 12b1e8b

Please sign in to comment.