Skip to content

Commit

Permalink
Now available as a bower package.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Jun 10, 2013
1 parent 7f2018f commit e456ca5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ at the moment only really good for use in browser plugins and Phonegap apps.

Add the following inside your HTML `<body>` tag, near the bottom:

<script type="text/javascript" src="https://raw.github.com/hiddentao/google-tts/master/google-tts.min.js"></script>
<script type="text/javascript" src="https://rawgithub.com/hiddentao/google-tts/master/google-tts.min.js"></script>

You can also install using [bower](https://github.com/bower/bower):

$ bower install google-tts

## API

Expand Down
9 changes: 9 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "google-tts",
"version": "1.0.1",
"main": "google-tts.min.js",
"ignore": [
"**/.*",
"node_modules"
]
}

0 comments on commit e456ca5

Please sign in to comment.