Skip to content

Commit

Permalink
Adding badges
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jan 14, 2016
1 parent ef9bc33 commit bf2f936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# text-to-speech [![Support this project][donate-now]][paypal-donations]
# text-to-speech [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/text-to-speech.svg)](https://www.npmjs.com/package/text-to-speech) [![Downloads](https://img.shields.io/npm/dt/text-to-speech.svg)](https://www.npmjs.com/package/text-to-speech) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)

Java application that allows to transform a text to speech using [Google Translate unofficial Java API](http://code.google.com/p/java-google-translate-text-to-speech/).
> Java application that allows to transform a text to speech using [Google Translate unofficial Java API](http://code.google.com/p/java-google-translate-text-to-speech/).
- Select the language from combobox.
- Enter your text in that language
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-to-speech",
"version": "1.1.0",
"version": "1.0.1",
"description": "Java application that allows to transform a text to speech using [Google Translate unofficial Java API](http://code.google.com/p/java-google-translate-text-to-speech/).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bf2f936

Please sign in to comment.