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.
1 parent a60261d commit 87e382aCopy full SHA for 87e382a
README.md
@@ -74,7 +74,7 @@ return getAsync('foo').then(function(res) {
74
75
or using [async await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function):
76
```js
77
-async myFunc() {
+async function myFunc() {
78
const res = await getAsync('foo');
79
console.log(res);
80
}
0 commit comments