diff options
| -rw-r--r-- | de-de/yaml-de.html.markdown | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/de-de/yaml-de.html.markdown b/de-de/yaml-de.html.markdown index 88318014..19ea9e87 100644 --- a/de-de/yaml-de.html.markdown +++ b/de-de/yaml-de.html.markdown @@ -1,10 +1,11 @@  ---  language: yaml -filename: learnyaml.yaml  contributors:    - ["Adam Brenecki", "https://github.com/adambrenecki"]  translators: -	- ["Ruben M.", https://github.com/switchhax] +  - ["Ruben M.", "https://github.com/switchhax"] +filename: learnyaml-de.yaml +lang: de-de  ---  YAML ist eine Sprache zur Datenserialisierung, die sofort von Menschenhand geschrieben und gelesen werden kann.  | 
