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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed '>' from code to allow direct copy/paste
  • Loading branch information
rico-rodriguez authored Jan 23, 2023
1 parent 41e27d8 commit 45d2025
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 45d2025

Please sign in to comment.