Skip to content

Commit

Permalink
typo in README.md
Browse files Browse the repository at this point in the history
changes "bar" to "var" with require('blue-button-generate')
  • Loading branch information
jsachs committed Nov 25, 2014
1 parent bacc6a1 commit 53e9df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ blue-button-generate is a module to generate CCDA files from JSON data. Current
``` javascript
var fs = require('fs');
var bb = require('blue-button');
bar bbg = require('blue-button-generate');
var bbg = require('blue-button-generate');

var xmlString = fs.readFileSync('test/fixtures/files/ccda_xml/CCD_1.xml', 'utf-8');
var record = bb.parseString(xmlString);
Expand Down

0 comments on commit 53e9df6

Please sign in to comment.