From 9ef66d62c4bfd384badb4bdf97584d6a426e5366 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 26 Apr 2020 14:37:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe19be7..b41cffe3 100644 --- a/README.md +++ b/README.md @@ -876,7 +876,7 @@ new OpenApiValidator({ #### Synchronous -_Note syncrhonous mode makes use of the [`deasync`](https://github.com/abbr/deasync) module. Some users have experienced issues using deasync with some versions of node_ +_Note syncrhonous mode makes use of the [`deasync`](https://github.com/abbr/deasync) module. Some users have experienced issues using deasync with some versions of node. We recommend using the asynchronous method._ **Q:** What does it mean to use the validator 'synchronously'?