Fix command reference in README for uninstalling template

Corrected the command reference from .NERT to .NET CLI.
This commit is contained in:
Shaun Walker
2025-11-17 11:20:47 -05:00
committed by GitHub
parent 950a9bf2fa
commit 7f7c53dabe

View File

@@ -26,7 +26,7 @@ A free ASP.NET hosting account. No hidden fees. No credit card required.
**Installing using the Oqtane Application Template:**
If you have an older version of the Oqtane Application Template installed and want to use the latest, use the following .NERT CLI command to uninstall the old version:
If you have an older version of the Oqtane Application Template installed and want to use the latest, use the following .NET CLI command to uninstall the old version:
```
dotnet new uninstall Oqtane.Application.Template
```