volodymyrlut / passbook.js

All you need to create passbook`s with Node.js.
11 stars 7 forks source link

typo in index.js #1

Closed justhappens closed 9 years ago

justhappens commented 9 years ago

line 1: exports.createPassbook = function(type, resorces, keys, password){ line 5: fs.readFile(resources+'pass.json', 'utf8', function (err, data) {

This leads to undefined error.

justhappens commented 9 years ago

have created a pull request for this issue.