Add dashes in YAML syntax example

This commit is contained in:
Andrea Cardaci 2018-05-31 12:14:25 +02:00
parent 6b2e0d5cf5
commit 88165df832

View File

@ -10,6 +10,7 @@ Each GTFO binary is defined in a file in the [`_gtfobins/`] folder named as `<bi
The full syntax is the following:
```
---
description: Optional description of the binary
functions:
FUNCTION:
@ -21,6 +22,7 @@ functions:
code: Code of the example
- ...
...
---
```
Where `FUNCTION` is one of the values described in the [`_data/functions.yml`] file.