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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis committed Jan 31, 2023
2 parents 757983f + 49d3896 commit f26d28f
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 f26d28f

Please sign in to comment.