Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Manhydra committed Apr 15, 2022
1 parent 8c3b9f7 commit 3a90332
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blue-button-xml
Blue Button XML
=================

Blue Button XML Parsing Infrastructure
Expand All @@ -20,8 +20,8 @@ This library is primarily implemented for [node.js](http://nodejs.org) and is av

### Prerequisites

- Node.js (v0.10+) and NPM
- Grunt.js
- Node.js (v14.19+) and NPM
- Grunt

```
# Install dependencies
Expand Down Expand Up @@ -174,7 +174,6 @@ compB.cleanupStep(compBStep3);
blue-button-xml generates a JSON object from this definition with 'name', 'element', and 'addlElememt'.
Normalization steps will include 'compAStep1', 'compAStep2', and 'compBStep3'.

<a name="vendorField"/>
## Vendor Specific Fields

Any field in the component can be redefined for a specific key
Expand Down

0 comments on commit 3a90332

Please sign in to comment.