Prechádzať zdrojové kódy

Update readme

- notation fix, 'hyphen' --> 'colon'
- markdown fix, use double asterisk for "strong emphasis" instead of headers
Petrus Kiendys 6 rokov pred
rodič
commit
f8020369c3
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      scripts/pdf/README.md

+ 3 - 3
scripts/pdf/README.md

@@ -17,13 +17,13 @@ This directory contains the script and related resources to generate a PDF copy
 
 ## Requirements
 
-The PDF is generated by first converting the markdown files to HTML, and then rendering those HTML files as PDF. It depends on the following libraries-
+The PDF is generated by first converting the markdown files to HTML, and then rendering those HTML files as PDF. It depends on the following libraries:
 
-#### Python-Markdown
+**Python-Markdown**
 
     pip3 install markdown
     
-#### WeasyPrint
+**WeasyPrint**
 
     pip3 install WeasyPrint