From 24b8f84bcd10aacee10323d7c123e591334a2146 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 25 Jun 2020 03:14:04 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06b48a9..b058974 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ #### EATXMLmapper -This was an early project of mine at Sunbury Textile Mills. Prior to my hire they had comissioned a piece of software to take the xml output of the weaving CAD software used by the tech designers and insert the style data into the relevant fields in the AS400 database. When it worked, it sped up the trialing/product development process greatly. +This was an early project of mine at Sunbury Textile Mills. Prior to my hire they had commissioned a piece of software to take the xml output of the weaving CAD software used by the tech designers and insert the style data into the relevant fields in the AS400 database. When it worked, it sped up the trialing/product development process greatly. -All we had was a single binary executable that relied on a very specific and outdated Windows enviornment to run. I took it upon myself to re-implment this in python. +All we had was a single binary executable that relied on a very specific and outdated Windows environment to run. I took it upon myself to re-implement this in python. #### Unit Tests