From 348c6a8d2de26053e4a67a19afbdbdafa70044af Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 4 Nov 2020 22:29:02 +0100 Subject: [PATCH] typos and headings in readme --- Readme.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 .