Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Costello <martin@martincostello.com>
  • Loading branch information
remcolam and martincostello authored Apr 25, 2024
1 parent 0ac9551 commit d728d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ _NOTE: In previous versions of the docs, you may have seen this expressed as a r
### Customizing how the OpenAPI document is serialized ###

By default, Swagger will serialize the OpenAPI document using the Serialize methods on the OpenAPI document object. If a customized serialization is desired,
it is possible to create a custom document serializer that implements the `ISwaggerDocumentSerializer` interface. This can be set on the SwaggerOptions in the service collection using ConfigureSwagger():
it is possible to create a custom document serializer that implements the `ISwaggerDocumentSerializer` interface. This can be set on the `SwaggerOptions` in the service collection using `ConfigureSwagger()`:

_NOTE: If you plan on using the commandline tool to generate OpenAPI specification files, this must be done on the service collection using ConfigureSwagger()._

Expand Down

0 comments on commit d728d02

Please sign in to comment.