Skip to content

Commit f2a76e7

Browse files
authored
Update README.md
1 parent 79e372b commit f2a76e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
- No dependencies. Less than 10 lines. No shims or complicated fallbacks.
1616
- Optimal performance in all modern environments.
1717
- Use `queueMicrotask` in modern environments (optimal)
18-
- Fallback to `Promise.resolve().then(fn)` in Node.js 10 and earlier (optimal)
19-
- Fallback to `setTimeout` in old browsers without `Promise` (slow)
18+
- Fallback to `Promise.resolve().then(fn)` in Node.js 10 and earlier, and old browsers (optimal)
19+
- Fallback to `setTimeout` in JS environments without `Promise` (slow)
2020

2121
## install
2222

0 commit comments

Comments
 (0)