mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
docs(tts): fix plugin name (#514)
This commit is contained in:
parent
210346e1e3
commit
3917a3f7b9
@ -10,15 +10,15 @@ export interface TTSOptions {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name TTS
|
||||
* @name TextToSpeech
|
||||
* @description
|
||||
* Text to Speech plugin
|
||||
*
|
||||
* @usage
|
||||
* ```
|
||||
* import {TTS} from 'ionic-native';
|
||||
* import {TextToSpeech} from 'ionic-native';
|
||||
*
|
||||
* TTS.speak('Hello World')
|
||||
* TextToSpeech.speak('Hello World')
|
||||
* .then(() => console.log('Success'))
|
||||
* .catch((reason: any) => console.log(reason));
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user