Skip to content

Commit

Permalink
fixed missing space in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Klunder authored Jun 24, 2018
1 parent 0f6eb69 commit 0c06eb0
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 @@ -30,7 +30,7 @@ const options = {
fastify.register(swaggerGen, options);
```

All schema and routes will be taken from the OpenApispecification listed in the options. No need to specify them in your code.
All schema and routes will be taken from the OpenApi specification listed in the options. No need to specify them in your code.
<a name="pluginOptions"></a>
### Options
- `swaggerSpec`: this can be a JSON object, or the name of a JSON or YAML file containing a valid OpenApi(v2/v3) file
Expand Down

0 comments on commit 0c06eb0

Please sign in to comment.