Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from novialim/patch-1
Browse files Browse the repository at this point in the history
fixed typo. Adress -> Address
  • Loading branch information
tambien authored Jun 26, 2017
2 parents 65a4a33 + 53e411a commit f0411be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ env_variables:
#### MaryTTS
Download and install [MaryTTS](https://github.com/marytts/marytts). Then run the MaryTTS Server. Add the IP Adress and Port number that MaryTTS is running on to `server/mary.py`. The default location is `http://localhost:59125`
Download and install [MaryTTS](https://github.com/marytts/marytts). Then run the MaryTTS Server. Add the IP Address and Port number that MaryTTS is running on to `server/mary.py`. The default location is `http://localhost:59125`

```python
MARY_TTS_URL = 'http://127.0.0.1'
Expand Down

0 comments on commit f0411be

Please sign in to comment.