Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Dec 3, 2019
1 parent b16012f commit d4e56c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -364,7 +364,7 @@ _Note syncrhonous mode makes use of the [`deasync`](https://github.com/abbr/deas

**Q:** What does it mean to use the validator 'synchronously'?

**A:** The validator's initial parse and `$ref` resolution of the OpenAPI 3 spec are executed synchronously. Use `installSync(app)` instead of `install(app)` to setup the validator in a blocking manner.
**A:** The validator's one-time parse with `$ref` resolution of the OpenAPI 3 spec is executed synchronously. Use `installSync(app)` instead of `install(app)` to setup the validator in a blocking manner.

**Install**

Expand Down

0 comments on commit d4e56c7

Please sign in to comment.