From 8e965912aa7a8d813066b0c356ac79a89e583d8c Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:34:21 -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 6682dac0..f4bcb000 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -11,7 +11,7 @@ When using this approach you do not need to have a local copy of the oqtane.fram The solution contains an AppHost project which must be identified as the Startup project. It is responsible for loading the development environment and launching the Oqtane framework. -The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane conventions. +The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions. *Known Issues*