From 5561a0d620803d5226370838f17b3e452081b21a Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Sat, 27 Mar 2021 18:16:46 -0700 Subject: [PATCH] Names should be included in popular libraries --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d94f11..f0782fd 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ List of EDI Github Resources. Pull Requests are Welcome! - [MassTransit/Machete](https://github.com/MassTransit/Machete) - Cut through the Crap, with Machete, a text parser, object mapper, and query engine. ### Python - [glitchassassin/python-edi](https://github.com/glitchassassin/python-edi) - EDI message generator in Python. Creates & validates messages according to specific formats -- [pydifact](https://github.com/nerdocs/pydifact) - A python library for parsing EDIFACT messages +- [nerdocs/pydifact](https://github.com/nerdocs/pydifact) - A python library for parsing EDIFACT messages - [git-albertomarin/badX12](https://github.com/git-albertomarin/badX12) - A Python Library for parsing ANSI ASC X12 files. - [greasysock/CahasEDI-Core](https://github.com/greasysock/CahasEDI-Core) - Server/Client to AS2 messaging server for managing EDI partnerships and interpreting messages. -- [edi-835-parser](https://github.com/keironstoddart/edi-835-parser) - A simple EDI 835 file format parser. +- [keironstoddart/edi-835-parser](https://github.com/keironstoddart/edi-835-parser) - A simple EDI 835 file format parser. - [lab/parse-edi](https://hiplab.mc.vanderbilt.edu/git/lab/parse-edi) - Configurable electronic data interchange (EDI) parser for Healthcare (x12 837 and 835). ### Swift - [kuyawa/EdiMapper](https://github.com/kuyawa/EdiMapper) - Convert EDI Documents to XML