From 45d2025874f22a919e788a747bca4e159ef3b7d0 Mon Sep 17 00:00:00 2001 From: Rico Rodriguez <97664519+rico-rodriguez@users.noreply.github.com> Date: Tue, 24 Jan 2023 04:16:55 +0900 Subject: [PATCH] Update README.md Removed '>' from code to allow direct copy/paste --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2910e58..a4fb9fe 100644 --- a/README.md +++ b/README.md @@ -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