diff options
author | Abner Chou <zhcjtht@hotmail.com> | 2016-10-01 22:28:37 -0400 |
---|---|---|
committer | Gibson Fahnestock <gib@uk.ibm.com> | 2016-10-04 17:50:28 +0100 |
commit | e10516d5a4e37d273fafc3f3b9338c3b2b10b966 (patch) | |
tree | 9d4b16a3eaa957a6743255c5036f9bc23700d38f /README.md | |
parent | 2e568d95bdd689494b163f1cfe8bbc38f32e45ed (diff) | |
download | node-new-e10516d5a4e37d273fafc3f3b9338c3b2b10b966.tar.gz |
doc: update punctuation in README.md
PR-URL: https://github.com/nodejs/node/pull/8892
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |