Skip to content

Commit 0b473b6

Browse files
committed
update README.
1 parent 682f174 commit 0b473b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Project Template of ASP.NET Core Web API with API documentation
1+
# Project Template of ASP.NET Core Web API with API Documentation
22
This is a C# project template for the .NET Core Template Engine. It contains a simple ASP.NET Core Web API with API documentation by NSwag.
33

44
## Installation
@@ -19,4 +19,5 @@ dotnet run
1919
Now, open [https://localhost:62182/swagger](https://localhost:62182/swagger) in your browser, then you will see Swagger UI of your new Web API.
2020

2121
You can try running the API via this web UI. Expand `Example` and `GET /api/v1/Example`, and click on `Try it out` button and `Execute` button, then you will see the response from the API.
22+
2223
![API Document Web UI](https://github.com/y-code/RestApi/raw/master/doc/images/swagger-ui.png)

doc/images/swagger-ui.png

-79.8 KB
Loading

0 commit comments

Comments
 (0)