瀏覽代碼

espeak: minor edits to espeak.md

James Fallon 9 年之前
父節點
當前提交
77e1664398
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/espeak.md

+ 2 - 2
pages/common/espeak.md

@@ -1,6 +1,6 @@
 # espeak
 
-> Uses text to speech to speak through the default sound device
+> Uses text-to-speech to speak through the default sound device
 
 - Speak a phrase aloud
 
@@ -10,7 +10,7 @@
 
 `espeak -f {{filename}}`
 
-- Write speech to a WAV audio file, rather than speaking it directly
+- Save output to a WAV audio file, rather than speaking it directly
 
 `espeak -w {{filename.wav}} "It's GNU plus Linux"`