aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid A. Wheeler <dwheeler@dwheeler.com>2016-05-17 16:26:18 -0400
committerMyles Borins <myles.borins@gmail.com>2016-06-02 15:58:54 -0700
commitfea3ba4f4b19044cac75b90d356c39637f7d7b02 (patch)
tree5b1c8cbf4a6c264ae89c848cf0f0775b8c85e7c2 /README.md
parentdaafe2c65e5f992bda66191d12dbeb283545612d (diff)
downloadandroid-node-v8-fea3ba4f4b19044cac75b90d356c39637f7d7b02.tar.gz
android-node-v8-fea3ba4f4b19044cac75b90d356c39637f7d7b02.tar.bz2
android-node-v8-fea3ba4f4b19044cac75b90d356c39637f7d7b02.zip
Add CII Best Practices badge to README.md
Node.js has earned the Linux Foundation Core Infrastructure Initiative (CII) best practices badge. This change lets people see that, including a link for more information. The badge lets users and potential users of Node.js know that Node.js follows best practices. It may also help spur other projects to follow Node.js's lead. My thanks to Rod Vagg, who did the work to see that Node.js earned the badge. PR-URL: https://github.com/nodejs/node/pull/6819 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7a1a9d340..847ffc8861 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Node.js
=======
-[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/29/badge)](https://bestpractices.coreinfrastructure.org/projects/29)
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model that makes it lightweight and