diff --git a/Readme.md b/Readme.md index 324ecff..534e31a 100644 --- a/Readme.md +++ b/Readme.md @@ -7,29 +7,31 @@ concrete training days and plates needed. Usage ------ +===== ``` -TDL yourSchedule.tdl +$ TDL yourSchedule.tdl ``` 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 ---------- +========= You can buy me a beer [here](http://paypal.me/AlexanderWeinhold). 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 .