From 4b9f78e375294eb92c67326540cb51e9b4ce23b4 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Thu, 5 Mar 2015 13:33:02 -0800 Subject: [PATCH] Update README to replace node.js with io.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ea22151861..ef359533edff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Atom Shell [![Build Status](https://travis-ci.org/atom/atom-shell.svg?branch=master)](https://travis-ci.org/atom/atom-shell) The Atom Shell framework lets you write cross-platform desktop applications -using JavaScript, HTML and CSS. It is based on [node.js](http://nodejs.org) and +using JavaScript, HTML and CSS. It is based on [io.js](http://iojs.org) and [Chromium](http://www.chromium.org) and is used in the [Atom editor](https://github.com/atom/atom).