Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
au2 committed Oct 18, 2014
1 parent 91b2380 commit 1d3f25f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ bar bbg = require('blue-button-generate');
var xmlString = fs.readFileSync('test/fixtures/files/ccda_xml/CCD_1.xml', 'utf-8');
var record = bb.parseString(xmlString);

// changes to record here
// ...
// changes to record
// ...

var ccda = bbg(record).toString();
// get back xml as text
var updatedXmlString = bbg(record);

```

Expand Down

0 comments on commit 1d3f25f

Please sign in to comment.