From d0b654af19080ed3c74cdc64b309e62792ec5b08 Mon Sep 17 00:00:00 2001 From: Siddharth Sarda Date: Thu, 11 Aug 2022 09:47:51 +0100 Subject: [PATCH] feat: add EDIFACT reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bcfc39..512f911 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,8 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [EdiFabric/EDI-Translator-Demo](https://github.com/EdiFabric/EDI-Translator-Demo) - EDI Translator for EDIFACT D.96A, X12 004010 and HIPAA 5010 ## Public EDI References -- [EDI Reference](https://www.stedi.com/edi) - Free online viewer for all releases of X12 specifications. - +- [X12 Reference](https://www.stedi.com/edi/x12) - Free online viewer for all releases of X12 specifications. +- [EDIFACT Reference](https://www.stedi.com/edi/edifact) - Free online viewer for all releases of EDIFACT specifications. ## Syntax Highlighters - [josesanchezcapo/sublime-x12-highlighting](https://github.com/josesanchezcapo/sublime-x12-highlighting) - Adds syntax highlighting to Sublime for x12 files. Made especially for the healthcare EDI space. (837s, etc.)