Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.