From 48a90072eead773fe8210b841adf965612a9d35f Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Fri, 15 Aug 2025 12:44:50 -0400 Subject: [PATCH] Update README.md --- Oqtane.Application/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 13c5a99b..3c0a3897 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -8,7 +8,7 @@ dotnet new oqtane-app -o MyCompany.MyProject dotnet new uninstall Oqtane.Application.Template ``` -When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard applicaton dependency. +When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency. The solution contains an AppHost project which must be identified as the Startup project. It is only responsible for loading the development environment and launching the Oqtane framework.