From 7be5749a4790dc4045013875b342621c02fdbd1c Mon Sep 17 00:00:00 2001 From: Kabby Date: Sun, 25 Aug 2024 02:26:30 +0100 Subject: [PATCH] Update installation.md --- docs/installation/installation.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/installation/installation.md b/docs/installation/installation.md index 802391849..350ac5156 100644 --- a/docs/installation/installation.md +++ b/docs/installation/installation.md @@ -3,10 +3,8 @@ id: installation title: Installation --- -Day.js was designed to work both in the browser and in Node.js. +Day.js is designed to work seamlessly in both browser and Node.js environments. All code should function in both, and unit tests are executed in both environments. -All code should work in both of these environments, and all unit tests are run in both of these environments. +Currently, the following browsers are used for the CI system: Chrome on Windows XP, IE 8, 9, and 10 on Windows 7, IE 11 on Windows 10, the latest Firefox on Linux, and the latest Safari on macOS 10.8 and 10.11. -Currently the following browsers are used for the ci system: Chrome on Windows XP, IE 8, 9, and 10 on Windows 7, IE 11 on Windows 10, latest Firefox on Linux, and latest Safari on OSX 10.8 and 10.11. - -If you want to try the sample codes, just open your browser's console and enter them. +To try the sample code, simply open your browser's console and enter the code.