Skip to content

Commit

Permalink
docs(readme): fix badge name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan7237d committed Mar 9, 2021
1 parent b4d2d27 commit 78f31f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Expand Up @@ -412,7 +412,7 @@ value !== undefined &&

- Just before calling the iterator's `next` method, a log message with a `next` badge.

- Immediately after `next` returns a promise, a log message with `queued` badge.
- Immediately after `next` returns a promise, a log message with `await` badge.

- If and when that promise resolves, a log message with either a `yield` or a `done` badge depending on the `done` property of the promise result.

Expand Down

0 comments on commit 78f31f4

Please sign in to comment.