diff options
author | Jezra <jezra@jezra.net> | 2015-08-01 08:21:24 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2015-08-01 08:21:24 -0700 |
commit | 67f8e0f5cd4db13cb448316d6eaba69d7cde9fd2 (patch) | |
tree | f8c0a789fc55ca4197c890cd2ff32298a2c1314e /README.md | |
parent | 5fc770044c75a797ddfc4184be33f7d77dc32be5 (diff) |
Added missing return
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 93d030b..82e559d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ once the sentences.corpus file has been created, run the language_updater.sh scr * To run a command when a invalid sentence has been detected: `./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 There are a few ways to find the device number of a USB microphone. |