Skip to content

Commit 86b144b

Browse files
authored
fixing some typos in the README file
1 parent 78a94e1 commit 86b144b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Usage
77

88
First head over to the [ePages-de/restdocs-openapi](https://github.com/ePages-de/restdocs-openapi) project
9-
and following the instructions for setting up the Spring REST Docs extension. That extension will produce
9+
and follow the instructions for setting up the Spring REST Docs extension. That extension will produce
1010
`resource.json` files for each of your documented resources. You'll also notice that project provides
1111
a gradle plugin that can be used to read all the `resource.json` files and turn them into an OpenAPI spec
1212
file. That is exactly what this project does as well, only in the form of a maven plugin instead.
@@ -74,7 +74,7 @@ There are several other aspects you can optionally configure. Here is the full
7474
<snippetDirectory>${project.build.directory}/generated-snippets</snippetDirectory>
7575
<outputDirectory>${project.build.directory}/restdocs-spec</outputDirectory>
7676
<skip>false</skip>
77-
<format>JSON</format>
77+
<format>YAML</format>
7878
<filename>openapi-2.0</filename>
7979
<oauth2 />
8080
</configuration>

0 commit comments

Comments
 (0)