Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuzana Svetlikova <zsvetlik@redhat.com>2021-02-11 14:27:56 +0300
committerJames M Snell <jasnell@gmail.com>2021-02-15 17:50:07 +0300
commitccab2b6b8ee87c2e041ff89db69f70e9c101484a (patch)
tree0590285a99110520e5df976134f22fe63834a1e8 /README.md
parent0b84d0d93c13aab15f08810af2067a7c2bbe5ca9 (diff)
meta: update README releases section
PR-URL: https://github.com/nodejs/node/pull/37318 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ea02f292daa..6b58d909a42 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Looking for help? Check out the
* **Current**: Under active development. Code for the Current release is in the
branch for its major version number (for example,
- [v10.x](https://github.com/nodejs/node/tree/v10.x)). Node.js releases a new
+ [v15.x](https://github.com/nodejs/node/tree/v15.x)). Node.js releases a new
major version every 6 months, allowing for breaking changes. This happens in
April and October every year. Releases appearing each October have a support
life of 8 months. Releases appearing each April convert to LTS (see below)
@@ -75,8 +75,8 @@ Binaries, installers, and source tarballs are available at
The [latest](https://nodejs.org/download/release/latest/) directory is an
alias for the latest Current release. The latest-_codename_ directory is an
alias for the latest release from an LTS line. For example, the
-[latest-carbon](https://nodejs.org/download/release/latest-carbon/) directory
-contains the latest Carbon (Node.js 8) release.
+[latest-fermium](https://nodejs.org/download/release/latest-fermium/) directory
+contains the latest Fermium (Node.js 14) release.
#### Nightly releases
<https://nodejs.org/download/nightly/>