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