Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Sharma committed May 22, 2018
1 parent 7646caf commit 6d52723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ _default:_ `wav`
```
$watson->setLanguage('en');
```
_allowed languages:_ `en`
_default:_ `en`
_allowed languages:_ [See List](#supported-language-and-voice-list)
_default:_ `en-US`
##### Set Voice
```
$watson->setVoice('US_MichaelVoice');
```
_allowed voices:_ `US_MichaelVoice`
_default:_ `US_MichaelVoice`
_allowed voices:_ [See List](#supported-language-and-voice-list)
_default:_ `MichaelVoice`

---
### Supported language and voice list
Expand Down

0 comments on commit 6d52723

Please sign in to comment.