Skip to content

Commit 49ae1b6

Browse files
committed
Merge pull request #90 from timothyclifford/timothyclifford-patch-1
updated README.md to use language translation service in the language translation example
2 parents 85485c9 + f6c403d commit 49ae1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ language_translation.translate({
252252
console.log(JSON.stringify(translation, null, 2));
253253
});
254254

255-
language_identification.identify({
255+
language_translation.identify({
256256
text: 'The language translation service takes text input and identifies the language used.' },
257257
function (err, language) {
258258
if (err)

0 commit comments

Comments
 (0)