From cb97e101210dd1d64652893c99c82f62587bd25a Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Apr 2017 14:06:33 +0200 Subject: [PATCH] fix headlines --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c1d18c..bf324b1 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -#SpeechSynthesisPlugin +# SpeechSynthesisPlugin W3C Web Speech API - Speech synthesis plugin for PhoneGap -#Installation +# Installation -##Phone Gap +## Phone Gap Using the command line tools run: phonegap plugin add https://github.com/macdonst/SpeechSynthesisPlugin cordova plugin add https://github.com/macdonst/SpeechSynthesisPlugin -##Cordova +## Cordova This plugin also works with the Apache Cordova toolset. See this Github project for an example for Android: @@ -20,7 +20,7 @@ This plugin also works with the Apache Cordova toolset. See this Github project More info on using this plugin with Cordova is available at this blog post. -#Example Code +# Example Code This code from the above Github project shows how to read the value of a text field, set up the plugin to speak that text, and vibrate the phone for 2 seconds: