diff --git a/Readme.md b/Readme.md
index 484807a..007bae3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -46,24 +46,24 @@ goal.voice = "Heather";
## Launch file format
Example:
-```
-
-
-
-
- - path: $(env HOME)/cerevoice_sdk/voices/cerevoice_alex_3.0.6_22k.voice
- license: $(env HOME)/cerevoice_sdk/voices/license.lic
- abbrev: $(env HOME)/cerevoice_sdk/example_data/abbrev_german.txt
- - path: $(env HOME)/cerevoice_sdk/voices/cerevoice_gudrun_3.0.6_22k.voice
- license: $(env HOME)/cerevoice_sdk/voices/license.lic
- abbrev: $(env HOME)/cerevoice_sdk/example_data/abbrev_german.txt
- - path: $(env HOME)/cerevoice_sdk/voices/cerevoice_heather_3.0.8_22k.voice
- license: $(env HOME)/cerevoice_sdk/voices/cereproc_license.lic
- lexicon: $(env HOME)/cerevoice_sdk/example_data/additional.lex
-
-
-
-```
+
+
+
+
+
+ - path: $(env HOME)/cerevoice_sdk/voices/cerevoice_alex_3.0.6_22k.voice
+ license: $(env HOME)/cerevoice_sdk/voices/license.lic
+ abbrev: $(env HOME)/cerevoice_sdk/example_data/abbrev_german.txt
+ - path: $(env HOME)/cerevoice_sdk/voices/cerevoice_gudrun_3.0.6_22k.voice
+ license: $(env HOME)/cerevoice_sdk/voices/license.lic
+ abbrev: $(env HOME)/cerevoice_sdk/example_data/abbrev_german.txt
+ - path: $(env HOME)/cerevoice_sdk/voices/cerevoice_heather_3.0.8_22k.voice
+ license: $(env HOME)/cerevoice_sdk/voices/cereproc_license.lic
+ lexicon: $(env HOME)/cerevoice_sdk/example_data/additional.lex
+
+
+
+
The path and the license of a voice are required. Lexicon and abbreviations file are optional.
The optional string startup_sentence will be synthesized when the TTS node is ready.