Update README.md

This commit is contained in:
David Kanter 2022-10-19 18:50:33 -04:00 committed by GitHub
parent 01e6afcf7e
commit 2423387d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t
- [EDI Translate](https://www.stedi.com/products/edi-translate) - Pay-per-use EDI to JSON translator service with mapping guide validation. - [EDI Translate](https://www.stedi.com/products/edi-translate) - Pay-per-use EDI to JSON translator service with mapping guide validation.
- [Write EDI demo](https://github.com/Stedi-Demos/write-edi-demo) - Github repo for building an end-to-end outbound EDI system. - [Write EDI demo](https://github.com/Stedi-Demos/write-edi-demo) - Github repo for building an end-to-end outbound EDI system.
- [Read EDI demo](https://github.com/Stedi/awesome-edi/pull/4) - Github repo for building and end-to-end inbound EDI system. - [Read EDI demo](https://github.com/Stedi-Demos/read-edi-demo) - Github repo for building and end-to-end inbound EDI system.
## Examples ## Examples
- [Edipique/EDI-X12](https://github.com/dipique/EDI-X12) - Rough process for generating EDI X12 834 and 837 files from a CSV file. Structured in a way that allows easy transition to other data sources. - [Edipique/EDI-X12](https://github.com/dipique/EDI-X12) - Rough process for generating EDI X12 834 and 837 files from a CSV file. Structured in a way that allows easy transition to other data sources.