Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Apr 28, 2020
1 parent 8dfb08f commit 0d33c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1040,9 +1040,9 @@ new OpenApiValidator({
}).install(app)
```

**Q:** I see `deasync` is installed as a dependency. How is deasync used?
**Q:** I see `deasync` is installed as an optional dependency. How is deasync used?

**A:** Although `deasync` is installed, it is dynamically loaded if and only if you explicitly call `validator.installSync(app)`. If you don't, it will not be loaded or used.
**A:** `deasync` is an optional dependency installed. If you install it, it is dynamically loaded if and only if you explicitly call `validator.installSync(app)`. If you don't, it will not be loaded or used.

## Contributors ✨

Expand Down

0 comments on commit 0d33c46

Please sign in to comment.