typos and headings in readme

This commit is contained in:
gutmet 2020-11-04 22:29:02 +01:00
parent e21ccb1bae
commit 348c6a8d2d

View File

@ -7,29 +7,31 @@ concrete training days and plates needed.
Usage Usage
----- =====
``` ```
TDL yourSchedule.tdl $ TDL yourSchedule.tdl
``` ```
You find the output in yourSchedule-TIMESTAMP.txt You find the output in yourSchedule-TIMESTAMP.txt
See the examples folder for inspiration to writer your schedule file. See the examples folder for inspiration to write your schedule file.
Beer Note Beer Note
--------- =========
You can buy me a beer [here](http://paypal.me/AlexanderWeinhold). You can buy me a beer [here](http://paypal.me/AlexanderWeinhold).
Grammar Grammar
------- =======
For completeness' sake, the grammar in EBNF looks like this. You don't have to
read this to use the program!
For completeness' sake, the grammar in EBNF looks like this:
``` ```
TDL = Lifts [Plates] [SetTemplates] TrainingDays EOI . TDL = Lifts [Plates] [SetTemplates] TrainingDays EOI .