summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-01-19 12:50:51 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-01-19 12:50:51 +0100
commit2521c58282b34c13d6d47cec16569b04a8ac4c64 (patch)
tree6c8fe1c7497dc7d856478c48e7d3e2e32e1ac54f
parentdf5f32274671223bf1a83ed88c782dcb94a511c2 (diff)
downloadjasper-client-2521c58282b34c13d6d47cec16569b04a8ac4c64.tar.gz
jasper-client-2521c58282b34c13d6d47cec16569b04a8ac4c64.zip
Typo fixes
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d0226b..f4a100b 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ Jasper's core developers are [Shubhro Saha](http://www.princeton.edu/~saha/), [C
For a complete list of code contributors, please see [AUTHORS.md](AUTHORS.md).
-## Major Update
-- 2015-01-19; Added a new TTS engine for [Flite (festival-lite)](https://github.com/jasperproject/jasper-client/pull/286) and an experimental STT engine for [Julius ](https://github.com/jasperproject/jasper-client/pull/285)
+## Major Updates
+- 2015-01-19: Added a new TTS engine for [Flite (festival-lite)](https://github.com/jasperproject/jasper-client/pull/286) and an experimental STT engine for [Julius ](https://github.com/jasperproject/jasper-client/pull/285)
- 2015-01-07: [Added a new STT engine](https://github.com/jasperproject/jasper-client/pull/229) for Wit.ai
- 2014-11-05: [Added a new TTS engine](https://github.com/jasperproject/jasper-client/pull/229) for MaryTTS
- 2014-10-13: [Brand-new vocabulary compiler](https://github.com/jasperproject/jasper-client/pull/181) that introduces versioning, so that compilation is only performed when needed.