typos and headings in readme
This commit is contained in:
parent
e21ccb1bae
commit
348c6a8d2d
14
Readme.md
14
Readme.md
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user