fix README.txt->md

This commit is contained in:
Michael Hoennig 2024-08-05 11:47:53 +02:00
parent c5a9fa9ec6
commit c03a4fc25d

View File

@ -177,7 +177,7 @@ To generate the TOC (Table of Contents), a little bash script from a
Given this is in PATH as `md-toc`, use:
```shell
md-toc <README.txt 2 4 | cut -c5-'
md-toc <README.md 2 4 | cut -c5-'
```
To render the Markdown files, especially to watch embedded PlantUML diagrams, you can use one of the following methods: