Skip to content

Commit

Permalink
documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouly committed Jan 26, 2021
1 parent 79e0bf0 commit 492a4b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ openApiDiffFiles := (file("openapi.v1.yaml"), file("openapi.v2.yaml"))
```

Invoke one of the provided tasks:
```sbt
> openApiDiff # computes the raw diff
> openApiDiffRender # renders the diff
```
> openApiDiff
> openApiDiffRender
```

##### Changing the renderer
#### Changing the renderer

You can change how the diff is rendered by setting `openApiDiffRenderer`:
```sbt
Expand All @@ -36,7 +36,7 @@ openApiDiffRenderer := new HtmlRender()
openApiDiffRenderer := new ConsoleRender()
```

##### Extensions
#### Extensions

See the [openapi-diff](https://github.com/OpenAPITools/openapi-diff#extensions) documentation for details on writing diff extensions.

Expand Down

0 comments on commit 492a4b1

Please sign in to comment.