summary refs log tree commit diff
diff options
context:
space:
mode:
authorJezra <jezra@jezra.net>2015-08-01 08:27:17 -0700
committerJezra <jezra@jezra.net>2015-08-01 08:27:17 -0700
commitfab5cc73faa98cdc941ce0da05ee89a974a461a1 (patch)
tree822962277df939016006cf703794918e032c24a9
parent2d374bf13d3a1bfd3b723737127bba457e0c4da3 (diff)
More format fuckery
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 66990b5..768f38a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-#Blather
+# Blather
 
 Blather is a speech recognizer that will run commands when a user speaks preset sentences.
 
-##Requirements
+## Requirements
 
 1. pocketsphinx
 2. gstreamer-0.10 (and what ever plugin has pocket sphinx support)
@@ -14,7 +14,7 @@ Blather is a speech recognizer that will run commands when a user speaks preset
 **Note:** it may also be required to install `pocketsphinx-hmm-en-hub4wsj`
 
 
-##Usage
+## Usage
 
 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run
 1. Run Blather.py, this will generate ~/.config/blather/sentences.corpus based on sentences in the 'commands' file
@@ -31,11 +31,11 @@ Blather is a speech recognizer that will run commands when a user speaks preset
 
 **Note:** to start Blather without needing to enter command line options all the time, copy options.yaml.tmp to ~/.config/blather/options.yaml and edit accordingly.
 
-###Bonus
+### Bonus
 
 once the sentences.corpus file has been created, run the language_updater.sh script to automate the process of creating and downloading language files.
 
-###Examples
+### Examples
 
 * To run blather with the GTK UI and start in continuous listen mode:  
 `./Blather.py -i g -c`
@@ -58,7 +58,7 @@ once the sentences.corpus file has been created, run the language_updater.sh scr
 	`./Blather.py --invalid-sentence-command=/path/to/command`  
 	**note:** this can be set in the options.yml file
 
-###Finding the Device Number of a USB microphone
+### Finding the Device Number of a USB microphone
 There are a few ways to find the device number of a USB microphone.
 
 * `cat /proc/asound/cards`