From 06c8b4f9b9c0842a75ac0c52a80e34c79029241b Mon Sep 17 00:00:00 2001 From: Hallgeir Garnes-Gutvik Date: Mon, 7 Oct 2024 16:22:08 +0200 Subject: [PATCH] Correct the path to startup project (#624) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 536ba5de..7c401fbf 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Kafdrop is now available at http://localhost:9000. The Notifications components can be run locally when developing/debugging. Follow the install steps above if this has not already been done. -- Navigate to _src/Notifications_, and build and run the code from there, or run the solution using you selected code editor +- Navigate to _src/Altinn.Notifications_, and build and run the code from there, or run the solution using you selected code editor ```cmd cd src/Notifications