We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9898916 commit dc67c3bCopy full SHA for dc67c3b
.github/workflows/codeql.yml
README.md
@@ -40,7 +40,7 @@ public class PeopleEndpoints : MinimalHelpers.Routing.IEndpointRouteHandlerBuild
40
}
41
```
42
43
-Call the `MapEndpoints()` extension method on the **WebApplication** object inside *Program.cs* before invoking the `Run()` method;
+Call the `MapEndpoints()` extension method on the **WebApplication** object inside *Program.cs* before invoking the `Run()` method:
44
45
```csharp
46
// using MinimalHelpers.Routing;
0 commit comments