From ec3734c2c03b5928594663ef2d95cde6090746b4 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 3 Jun 2019 12:26:37 +0200 Subject: [PATCH] Created 2. Compatible applications (markdown) --- 2.-Compatible-applications.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2.-Compatible-applications.md diff --git a/2.-Compatible-applications.md b/2.-Compatible-applications.md new file mode 100644 index 0000000..13536e8 --- /dev/null +++ b/2.-Compatible-applications.md @@ -0,0 +1,6 @@ +This is list of compatible applications that can be read using libpairtwo. The second column in the table is the IOFactory call to be used when reading out a compatible file. + +| Application | IOFactory-code | +|-------------|-----------------------------------------| +| Pairtwo 5.x | `IOFactory::createReader('pairtwo-5');` | +| Pairtwo 6.x | `IOFactory::createReader('pairtwo-6');` | \ No newline at end of file