From 25930100df7db0381f030c5268f6b58d9dff1d3d Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Sun, 24 Apr 2022 21:39:18 +0400 Subject: [PATCH] Mark Baidu browser as dead in README Related to #688 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438f856e..fe008148 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ You can specify the browser and Node.js versions by queries (case insensitive): all minor/patch releases of last 2 major versions. * `dead`: browsers without official support or updates for 24 months. Right now it is `IE 10`, `IE_Mob 11`, `BlackBerry 10`, `BlackBerry 7`, - `Samsung 4` and `OperaMobile 12.1`. + `Samsung 4`, `OperaMobile 12.1` and all versions of `Baidu`. * Node.js versions: * `node 10` and `node 10.4`: selects latest Node.js `10.x.x` or `10.4.x` release.