Documentation patch; implicit globals in examples are bad bad bad...

master
Sven Slootweg 8 years ago
parent 8e5c77f0d4
commit 9136817eb0

@ -34,8 +34,8 @@ Be aware that by making a pull request, you agree to release your modifications
## Usage
```javascript
scrypt = require("scrypt-for-humans");
Promise = require("bluebird");
var scrypt = require("scrypt-for-humans");
var Promise = require("bluebird");
/* Using Promises */

Loading…
Cancel
Save