tmpfs / async-validate

Asynchronous type validation for node and the browser
Other
314 stars 45 forks source link

Readme: Fix usage section #36

Closed ghost closed 8 years ago

ghost commented 8 years ago

Require statement for Schema should be var Schema = require('async-validate')

Fixes #35

tmpfs commented 8 years ago

Ah, the reason for this is that I wanted to check node doc/usage.js to ensure it works, reads better as the module name and I am confident it is working as expected.