From 564a97e7713527645cf2b1b90f039c2dd7b8c9a2 Mon Sep 17 00:00:00 2001 From: Abner Chou Date: Sat, 1 Oct 2016 22:28:37 -0400 Subject: [PATCH 1/2] Update README.md Fix some punctuations. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42584e52ebcaac..301486c10c1426 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ source libraries in the world. The Node.js project is supported by the [Node.js Foundation](https://nodejs.org/en/foundation/). Contributions, -policies and releases are managed under an +policies, and releases are managed under an [open governance model](./GOVERNANCE.md). We are also bound by a [Code of Conduct](./CODE_OF_CONDUCT.md). @@ -44,7 +44,7 @@ The Node.js project maintains multiple types of releases: versioned by [SemVer](http://semver.org/) and signed by a member of the [Release Team](#release-team). Code for Current releases is organized in this repository by major version - number, For example: [v4.x](https://github.com/nodejs/node/tree/v4.x). + number, For example, [v4.x](https://github.com/nodejs/node/tree/v4.x). The major version number of Current releases will increment every 6 months allowing for breaking changes to be introduced. This happens in April and October every year. Current release lines beginning in October each year have @@ -73,7 +73,7 @@ Binaries, installers, and source tarballs are available at , listed under their version strings. The [latest](https://nodejs.org/download/release/latest/) directory is an alias for the latest Current release. The latest LTS release from an LTS -line is available in the form: latest-_codename_. For example: +line is available in the form: latest-_codename_. For example, **Nightly** builds are available at From ff11d6ac231eaa34bda48ed9671999f3939ffa15 Mon Sep 17 00:00:00 2001 From: Abner Chou Date: Sun, 2 Oct 2016 16:55:39 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 301486c10c1426..805bce027839f3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The Node.js project maintains multiple types of releases: versioned by [SemVer](http://semver.org/) and signed by a member of the [Release Team](#release-team). Code for Current releases is organized in this repository by major version - number, For example, [v4.x](https://github.com/nodejs/node/tree/v4.x). + number. For example: [v4.x](https://github.com/nodejs/node/tree/v4.x). The major version number of Current releases will increment every 6 months allowing for breaking changes to be introduced. This happens in April and October every year. Current release lines beginning in October each year have @@ -73,7 +73,7 @@ Binaries, installers, and source tarballs are available at , listed under their version strings. The [latest](https://nodejs.org/download/release/latest/) directory is an alias for the latest Current release. The latest LTS release from an LTS -line is available in the form: latest-_codename_. For example, +line is available in the form: latest-_codename_. For example: **Nightly** builds are available at