Skip to content

Commit c064cff

Browse files
committed
Fix readme
1 parent bbd680d commit c064cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a Todo application that features:
66
- [**Todo.Web**](Todo.Web) - An ASP.NET Core hosted Blazor WASM front end application
7-
- [**TodoApi**](TodoApi) - An ASP.NET Core REST API backend using minimal APIs
7+
- [**Todo.Api**](Todo.Api) - An ASP.NET Core REST API backend using minimal APIs
88

99
![image](https://user-images.githubusercontent.com/95136/204161352-bc54ccb7-32cf-49ba-a6f7-f46d0f2d204f.png)
1010

@@ -37,7 +37,7 @@ To run the application, run the [TodoApi.AppHost](TodoApi.AppHost) project. This
3737
## Optional
3838

3939
### Using the API standalone
40-
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):
40+
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):
4141

4242
<img width="1200" alt="image" src="https://user-images.githubusercontent.com/95136/204315486-86d25a5f-1164-467a-9891-827343b9f0e8.png">
4343

0 commit comments

Comments
 (0)