From 0c06eb098f2f3ce1a1b5206e3aa92f7c67d0d8c9 Mon Sep 17 00:00:00 2001 From: Hans Klunder Date: Sun, 24 Jun 2018 20:11:29 +0200 Subject: [PATCH] fixed missing space in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3892b..f8b32b8 100644 --- a/README.md +++ b/README.md @@ -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. ### Options - `swaggerSpec`: this can be a JSON object, or the name of a JSON or YAML file containing a valid OpenApi(v2/v3) file