From 2e064e455b7cf5f1a1de8b1fede59edeb67c4cce Mon Sep 17 00:00:00 2001 From: Andreas Bertsatos Date: Fri, 23 Feb 2024 11:39:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 666724d..f2c9d93 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ in order to be properly formatted in final HTML code. ## TODO -1. Write a C++ implemetaion for parsing texinfo to html to relax the +1. Write a C++ implementation for parsing texinfo to html to relax the dependency on the rather outdated `texi2html` software. 3. Rewrite `build_DEMOS` function so that DEMO documentation includes the console output and generated figures just after the line of code