tastypackets / x12-parser

JavaScript EDI Parser that uses datastreams
MIT License
43 stars 9 forks source link

Update readme to show example of multiple schemas #8

Open tastypackets opened 5 years ago

tastypackets commented 5 years ago

You can pass multiple schemas to the group as an array, this is in JSDOC but not in the readme file. myGrouper = new X12grouper([schema1, schema2])