From c064cff6eb2720a4088825890ded2b65add75c4f Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 22 Nov 2024 23:20:30 -0800 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4761d..88bb58a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a Todo application that features: - [**Todo.Web**](Todo.Web) - An ASP.NET Core hosted Blazor WASM front end application -- [**TodoApi**](TodoApi) - An ASP.NET Core REST API backend using minimal APIs +- [**Todo.Api**](Todo.Api) - An ASP.NET Core REST API backend using minimal APIs ![image](https://user-images.githubusercontent.com/95136/204161352-bc54ccb7-32cf-49ba-a6f7-f46d0f2d204f.png) @@ -37,7 +37,7 @@ To run the application, run the [TodoApi.AppHost](TodoApi.AppHost) project. This ## Optional ### Using the API standalone -The Todo REST API can run standalone as well. You can run the [TodoApi](TodoApi) project and make requests to various endpoints using the Swagger UI (or a client of your choice): +The Todo REST API can run standalone as well. You can run the [Todo.Api](Todo.Api) project and make requests to various endpoints using the Swagger UI (or a client of your choice): image