Skip to content

Commit 0f4edc1

Browse files
committed
doc: fix invalid package reference
1 parent 6af35ee commit 0f4edc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ https://www.nuget.org/packages/WebApiGenerator.OpenAPI
3333
1. Add a reference to the generator in the project file where the API should exist:
3434
```
3535
<ItemGroup>
36-
<PackageReference Include="WebApiGenerator.OpenAPITest" Version="x.y.z" PrivateAssets="all" />
36+
<PackageReference Include="WebApiGenerator.OpenAPI" Version="x.y.z" PrivateAssets="all" />
3737
</ItemGroup>
3838
```
3939
2. Add a reference to your OpenAPI specification:

0 commit comments

Comments
 (0)