From 5110db9c94f45b247d8e6d9005e58681b0ca0aa6 Mon Sep 17 00:00:00 2001 From: natlinux Date: Mon, 21 Apr 2025 18:40:20 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a55bf..f8f8464 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This project is a full-stack web application Template combining **ASP.NET Core** Go back to the API folder and start the backend server: ```bash - cd src/API + cd src/API dotnet run --launch-profile angular_dev ```