Skip to content

Commit f6c403d

Browse files
updated README.md
updated README.md to use correct language_translation lib
1 parent 85485c9 commit f6c403d

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)