Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Mar 28, 2020
1 parent d6f1068 commit 9d9cd11
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 @@ -6,7 +6,7 @@ StAEDI is a streaming API for EDI reading, writing, and validation in Java. [Sup
![Event Flow](staedi_events.png)

The API follows the same conventions as StAX (XML API available in the standard JDK)
using a "pull" processing flow for reading and an emit flow for writing.
using a "pull" processing flow for EDI parsing and an emit flow for EDI generation.

## Features
- Support for **X12** and **EDIFACT** standards
Expand Down

0 comments on commit 9d9cd11

Please sign in to comment.