Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Oct 19, 2019
1 parent 261b320 commit 1305f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Input data is provided using a series of events via the `EDIStreamReader` class.
In addition to events such as the start of a segment or element, the looping/nested structure of the
EDI stream is represented using derived events.

```
+ Start Interchange
| +-- Start Segment (ISA/UNB)
| | Element Data (repeats)
Expand Down Expand Up @@ -76,7 +77,7 @@ EDI stream is represented using derived events.
| | Element Data (repeats)
| +-- End Segment (IEA / UNZ)
+ End Interchange

```

```java
EDIInputFactory factory = EDIInputFactory.newFactory();
Expand Down

0 comments on commit 1305f90

Please sign in to comment.