From 4c61e507354609cc637c8919a75faec59ffbfc60 Mon Sep 17 00:00:00 2001 From: Stephen Date: Wed, 15 Apr 2020 11:21:14 -0700 Subject: [PATCH] minor example fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ba7548..2445b5d1 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ $RefParser.dereference(mySchema, (err, schema) => { // including referenced files, combined into a single object console.log(schema.definitions.person.properties.firstName); } -} +}) ``` Or use `async`/`await` syntax instead. The following example is the same as above: