Skip to content

Commit 7efcac2

Browse files
authored
Fix link to the MinimalApis.Extensions project (#36)
1 parent d3392b7 commit 7efcac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install the library from [NuGet](https://www.nuget.org/packages/MiniValidation):
1212
```
1313

1414
### ASP.NET Core 6+ Projects
15-
If installing into an ASP.NET Core 6+ project, consider using the [MinimalApis.Extensions]((https://www.nuget.org/packages/MinimalApis.Extensions)) package instead, which adds extensions specific to ASP.NET Core:
15+
If installing into an ASP.NET Core 6+ project, consider using the [MinimalApis.Extensions](https://www.nuget.org/packages/MinimalApis.Extensions) package instead, which adds extensions specific to ASP.NET Core:
1616
``` console
1717
dotnet add package MinimalApis.Extensions --prerelease
1818
```

0 commit comments

Comments
 (0)