Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from rico-rodriguez/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stavroskasidis authored Jan 31, 2023
2 parents cec987f + 45d2025 commit 49d3896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ A project template for a blazor wasm hosted app using cookie based authenticatio
## Using the template
1. Install the template
```
> dotnet new --install BlazorWithIdentity.Template
dotnet new --install BlazorWithIdentity.Template
```
2. Create a new project
```
> dotnet new blazorwithidentity -o MyBlazorApp
dotnet new blazorwithidentity -o MyBlazorApp
```

## How to run
Expand Down

0 comments on commit 49d3896

Please sign in to comment.