From 3bb4bd0542521af9850ce4053ef1bfd80047f638 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 30 Mar 2023 12:55:12 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 958eebc..3b95336 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Run the following commands to [Config SSL](https://docs.microsoft.com/en-us/aspn dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p password dotnet dev-certs https --trust ``` -> Note: for running this command in `powershell` use `$env:USERPROFILE` instead of `%USERPROFILE%` +***Note:** for running this command in `powershell` use `$env:USERPROFILE` instead of `%USERPROFILE%`* #### macOS or Linux ```bash