diff --git a/README.md b/README.md index cfee807..cffb13a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Supported runtimes: * .NET Standard >= 1.3 (includes .NET Core >= 1.0 and .NET >= 5) * .NET Framework >= 4.6 -[Download](#download-the-latest-stable-release) | [Documentation](https://os.vers.one/EpubReader/) | [WPF & .NET 7 console demo apps](#demo-apps) +[Download](#download-the-latest-stable-release) | [Documentation](https://os.vers.one/EpubReader/) | [WPF & .NET 9 console demo apps](#demo-apps) ## EpubReader in a nutshell ![EpubReader in a nutshell](Documentation/images/epubreader-in-a-nutshell.png) @@ -31,9 +31,9 @@ Supported runtimes: HTML renderer used in this demo app may have difficulties while rendering content for some of the books if the HTML structure is too complicated. -* [Download .NET 7 console demo app](https://github.com/vers-one/EpubReader/releases/latest/download/ConsoleDemo.zip) (ConsoleDemo.zip) +* [Download .NET 9 console demo app](https://github.com/vers-one/EpubReader/releases/latest/download/ConsoleDemo.zip) (ConsoleDemo.zip) - This .NET 7 console application demonstrates how to open EPUB books and retrieve their text content. + This .NET 9 console application demonstrates how to open EPUB books and retrieve their text content. ## Examples 1. [How to extract the table of contents.](https://os.vers.one/EpubReader/examples/example-1.html)