From 904655be40b89c159851ed35a6859eecd5834090 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Mon, 3 Sep 2018 17:37:49 -0700 Subject: [PATCH] Fix EdiFabrik link (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3601035..47bea34 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ List of EDI Github Resources. PRs Welcome! ## Examples - [Mulesoft examples](https://github.com/mulesoft/mulesoft-docs/blob/master/anypoint-b2b/v/latest/) - [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch. -- [SDK](https://github.com/EdiFabric/Sdk/tree/master/Hipaa/Rules) - C# Examples of Benefit Enrollment (834) and Claim Payments (837). +- [Sdk](https://github.com/EdiFabric/Sdk/blob/master/EdiFabric.Sdk.Demo/Program.cs) - C# Demo using EdiFabric. - [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.