From a69ab27ab458385d24676792b75ad1c25b8c30e5 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 13 Aug 2015 12:14:34 -0400 Subject: node: rename from io.js to node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell Reviewed-By: João Reis --- benchmark/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmark/README.md') diff --git a/benchmark/README.md b/benchmark/README.md index 456cdf1769..3216141c4e 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -1,7 +1,7 @@ -# io.js core benchmark tests +# Node.js core benchmark tests This folder contains benchmark tests to measure the performance for certain -io.js APIs. +Node.js APIs. ## Prerequisites -- cgit v1.2.3