We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
await
1 parent 635dee1 commit 156c552Copy full SHA for 156c552
README.md
@@ -53,7 +53,7 @@ const translator = await Translator.create({
53
});
54
55
const text = await translator.translate("Hello, world!");
56
-const readableStreamOfText = await translator.translateStreaming(`
+const readableStreamOfText = translator.translateStreaming(`
57
Four score and seven years ago our fathers brought forth, upon this...
58
`);
59
```
0 commit comments