Browse Source

generate: README fixes.

Dmitry Chestnykh 14 năm trước cách đây
mục cha
commit
eab158384b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      generate/README.markdown

+ 2 - 2
generate/README.markdown

@@ -1,7 +1,7 @@
 How to create sounds for other languages
 How to create sounds for other languages
 ========================================
 ========================================
 
 
-* Record sounds for 0-9 and put them into a directory with language names.
+* Record sounds for 0-9.
   Speak fast enough to make sound files small.  Make sure the level of sound is
   Speak fast enough to make sound files small.  Make sure the level of sound is
   the same as in the provided samples for English (this is important for making
   the same as in the provided samples for English (this is important for making
   captchas harder to break). Same files in 8 KHz 8-bit PCM WAV format.  (To do
   captchas harder to break). Same files in 8 KHz 8-bit PCM WAV format.  (To do
@@ -14,7 +14,7 @@ How to create sounds for other languages
   <dmitry@codingrobots.com>. I'll check it, and if it's okay, I'll ask you for
   <dmitry@codingrobots.com>. I'll check it, and if it's okay, I'll ask you for
   other sounds, and process them myself (in this case, you can stop reading.)
   other sounds, and process them myself (in this case, you can stop reading.)
 
 
-* Put 0.wav - 9.wav into the subdirectory with language name (e.g. "ua").
+* Put `0.wav` - `9.wav` into the subdirectory with language name (e.g. "ua").
 
 
 * Open main.go and edit "var langs" on line 21 to include the new directory
 * Open main.go and edit "var langs" on line 21 to include the new directory
   name.
   name.