summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-10-17 19:14:35 +0100
committerVasil Zlatanov <v@skozl.com>2017-10-17 19:14:35 +0100
commitff31c8e0b4c57012c9ec5a85635ebb0115a88dd4 (patch)
treef21c21a9b9fcc4ffd3f3bfef33395d3399eab029 /README
parent11201dc8dbb4a2fd47436ac755dbcfd0727573f2 (diff)
downloadspeech-ff31c8e0b4c57012c9ec5a85635ebb0115a88dd4.tar.gz
speech-ff31c8e0b4c57012c9ec5a85635ebb0115a88dd4.tar.bz2
speech-ff31c8e0b4c57012c9ec5a85635ebb0115a88dd4.zip
fix README grammer
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index e2ceff5..612fa33 100644
--- a/README
+++ b/README
@@ -6,13 +6,12 @@ passed to a procces.pl which has a long list of regular expressions.
Questions like "How much battery do I have left." will match and evoke
either tts or other tools to perform the required action. This script is
-very custom and will likely completely and should be adapter to the user
-own system. The conditions and actions are easy to modify.
+very custom and will likely not work completely and should be adapted to
+the user's own system. The conditions and response are easy to modify.
-If there none of the results returned in the JSON structure match the
-regex, then the most likely input is passed to wolfram alpha api, the
-output of which is returned to the text to speech and and the browser is
-opened.
+If none of the results returned in the JSON structure match the regex,
+then the most likely input is passed to wolfram alpha api, the output of
+which is returned to the text to speech and and the browser is opened.
How to use
==========