From eb0732cce91ffe802c4a85d5800774809744832a Mon Sep 17 00:00:00 2001 From: natlinux Date: Mon, 21 Apr 2025 18:41:30 +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 f8f8464..eef794b 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 ```