From 9136817eb084b091e571bf055e1ed8bd49580458 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 28 Mar 2016 10:11:53 +0200 Subject: [PATCH] Documentation patch; implicit globals in examples are bad bad bad... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de31a1..53857b3 100644 --- a/README.md +++ b/README.md @@ -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 */