From d9ce62fbf9d64f5ef85dfc5e070d3cca788c316a Mon Sep 17 00:00:00 2001 From: maehw Date: Sat, 23 Oct 2021 22:39:29 +0200 Subject: [PATCH] Final corrections in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee7f983..93dc8de 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ In order to generate the documentation, first create a Python 3 virtual environm ### Other dependencies -For generating the images from PlantUML sources (`*.plantuml`), [Plantuml](https://plantuml.com/) is required. -For pdf output the latex builder is used, so latex and pdflatex need to be installed. +For generating the images from PlantUML sources (`*.plantuml`), [PlantUML](https://plantuml.com/) is required. + +For pdf output the LaTeX builder is used, so `latex` and `pdflatex` need to be installed. ### Running the document generation via make