Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 2, 2019
1 parent 78322a9 commit deb5ef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -682,6 +682,10 @@ new OpenApiValidator({
}).install(app)
```

**Q:** I see `deasync` is installed as a 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.

## Contributors

Contributions welcome! Here's how to [contribute](CONTRIBUTING.md).
Expand Down

0 comments on commit deb5ef6

Please sign in to comment.