From c3a76c53dc91fa8ff46835e35b6654c9743b7c0c Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 30 Dec 2016 21:37:00 -0800 Subject: [PATCH] Updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3731203..32a2ab9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Zero-EPWING is a tool built to export easy to process JSON formatted UTF-8 data from dictionaries in [EPWING](https://ja.wikipedia.org/wiki/EPWING) format. This is a terrible format because: -* Closed and undocumented standard, reverse-engineered to an extent. +* It is based on a closed and undocumented standard. * Not well supported as it isn't used anywhere else in the world. * The only library for parsing this format, `libeb`, is abandoned. * Data is stored in an inconsistent manner, with lots of duplication.