diff --git a/README.md b/README.md index 6a170bfd..c2683ca4 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,18 @@ ## Summary -Extwee is a Twee compiler supporting multiple Twine-compatible formats. It will parse many past and present encodings, but prefers newer formats for output. - -| **Format Support** | **Input** | **Output** | -|----------------------------------|-----------|------------| -| [Twine 1 HTML (2009 - 2015)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-1-htmloutput-doc.md) | Yes | No | -| [Twine 2 HTML (2015 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-2-htmloutput-spec.md) | Yes | Yes | -| [Twee 3 (2021 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twee-3-specification.md) | Yes | Yes | -| Twine 1 TWS (2009 - 2015) | Yes | No | -| Twine 2 Archive (2015 - Present) | Yes | Yes | -| JSON (2023 - Present) | Yes | Yes | +Extwee is a Twee compiler supporting multiple historical and current Twine-compatible formats. + +- [Twine 1 HTML (2009 - 2015)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-1-htmloutput-doc.md) +- Twine 1 TWS (2009 - 2015) +- [Twine 2 HTML (2015 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twine-2-htmloutput-spec.md) +- [Twee 3 (2021 - Present)](https://github.com/iftechfoundation/twine-specs/blob/master/twee-3-specification.md) +- Twine 2 Archive (2015 - Present) +- JSON (2023 - Present) + +## Documentation + +Extwee has documentation hosted on GitHub Pages. ## Command-Line Usage