We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af35ee commit 0f4edc1Copy full SHA for 0f4edc1
1 file changed
README.md
@@ -33,7 +33,7 @@ https://www.nuget.org/packages/WebApiGenerator.OpenAPI
33
1. Add a reference to the generator in the project file where the API should exist:
34
```
35
<ItemGroup>
36
- <PackageReference Include="WebApiGenerator.OpenAPITest" Version="x.y.z" PrivateAssets="all" />
+ <PackageReference Include="WebApiGenerator.OpenAPI" Version="x.y.z" PrivateAssets="all" />
37
</ItemGroup>
38
39
2. Add a reference to your OpenAPI specification:
0 commit comments