From ae16d66df5371ece26c1388715d3d48b8303a23b Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Fri, 11 Mar 2022 15:42:21 +0000 Subject: [PATCH] Fix dotnet new command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ae751..a6a5a54 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ Download the `.editorconfig` file in this repository or you can install the [.NE ```powershell dotnet new --install Boxed.Templates -dotnet new editorconfig +dotnet new editorconf ```