From 6779d5ac90a34ec692a07389c11649e66e8a92a7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 14 Jun 2023 11:28:46 +0300 Subject: [PATCH] Readme tweak --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0f1b465..017e256 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ > Delay a promise a specified amount of time -*If you target Node.js 16 or later, you can use `import {setTimeout} from 'node:timers/promises'; await setTimeout(1000);` instead. This package can still be useful if you need browser support or the extra features.* +*If you target Node.js only, you can use `import {setTimeout} from 'node:timers/promises'; await setTimeout(1000);` instead. This package can still be useful if you need browser support or the extra features.* ## Install