chore: docs

This commit is contained in:
Ryan Brink
2023-09-04 11:33:04 -04:00
parent 904cc6816d
commit 1a4568a49b
4 changed files with 25 additions and 27 deletions

View File

@ -36,9 +36,11 @@ custom type overrides (typically useful for custom scalars such as dates and tim
```kotlin
private fun Application.mainModule() {
install(NotarizedApplication()) {
spec = OpenApiSpec(
// ...
)
spec = {
OpenApiSpec(
// ...
)
}
}
}
```