Skip to content

Commit d898d3e

Browse files
authored
Fix list formatting in tutorial markdown
1 parent ed21ec8 commit d898d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The following diagram shows the design of the app.
6565

6666
This tutorial uses the following additional NuGet packages:
6767

68-
* `Microsoft.EntityFrameworkCore.InMemory`: Enables Entity Framework Core to work with an in-memory database rather than an external one, simplifying this tutorial.
69-
* `Swashbuckle.AspNetCore.SwaggerUI`: Provides a user interface for exploring and testing API endpoints interactively through Swagger.
68+
* `Microsoft.EntityFrameworkCore.InMemory`: Enables Entity Framework Core to work with an in-memory database rather than an external one, simplifying this tutorial.
69+
* `Swashbuckle.AspNetCore.SwaggerUI`: Provides a user interface for exploring and testing API endpoints interactively through Swagger.
7070

7171
* Add the following NuGet packages used in this tutorial:
7272
* From the **Tools** menu, select **NuGet Package Manager > Manage NuGet Packages for Solution**.

0 commit comments

Comments
 (0)