mspnp / AzureNamingTool

The Azure Naming Tool is a .NET 8 Blazor application, with a RESTful API. The UI consists of several pages to allow the configuration and generation of Azure Resource names. The API provides a programmatic interface for the functionality.
https://aka.ms/azurenamingtool
MIT License
307 stars 601 forks source link

Typo in dotnet command on Wiki page #96

Closed filipvagner closed 3 months ago

filipvagner commented 3 months ago

Tool version Current version of the Azure Naming Tool you are running.

Describe the bug On Wiki page for this project in section 5. Enable GitHub Action in Notes there is typo in command dontnet AzureNamingTool.dll (dontnet) and it should be dotnet AzureNamingTool.dll

To Reproduce Nothing to do to reproduce

Expected behavior After fix, web application is loading as expected.

Installation Method Following installation method used.

Additional context If you will fix it, I do believe it will save some troubleshooting to people like me, who just copy paste that command and do not read it :) Thank you.

BryanSoltis commented 3 months ago

Thank you, @filipvagner! I've updated the documentation with the correct command.

-Bryan