From 178c8bc86605a02a2f01b5d457f39047189a1268 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 18 Mar 2013 12:39:05 +0200 Subject: [PATCH] Use "node.js" name instead of "node" --- History.md | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/History.md b/History.md index 8ac7f92f..6c5c8c29 100644 --- a/History.md +++ b/History.md @@ -100,7 +100,7 @@ ================== * Made path to vows local. -* Explicit node 0.6 requirement. +* Explicit node.js 0.6 requirement. 0.4.2 / 2012-06-28 ================== @@ -133,7 +133,7 @@ 0.3.2 / 2012-01-17 ================== -* Fixed output method under node 0.6 which incorrectly tried to close +* Fixed output method under node.js 0.6 which incorrectly tried to close `process.stdout`. 0.3.1 / 2011-12-16 @@ -144,8 +144,8 @@ 0.3.0 / 2011-11-29 ================== -* Clean-css requires node 0.4.0+ to run. -* Removed node's 0.2.x 'sys' package dependency +* Clean-css requires node.js 0.4.0+ to run. +* Removed node.js's 0.2.x 'sys' package dependency (thanks to [@jmalonzo](https://github.com/jmalonzo) for a patch). 0.2.6 / 2011-11-27 diff --git a/README.md b/README.md index cc710d8c..b2ff3ac3 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ to many speed optimizations and node.js' V8 engine. ### What are the requirements? ``` -node 0.6.0+ on UN*X (fully tested on OS X 10.6+ and CentOS) -node 0.8.0+ on Windows +node.js 0.6.0+ on UN*X (fully tested on OS X 10.6+ and CentOS) +node.js 0.8.0+ on Windows ``` ### How to install clean-css? @@ -118,7 +118,7 @@ Use the `/*!` notation instead of the standard one `/*`: * Isaac ([@facelessuser](https://github.com/facelessuser)) for pointing out a flaw in clean-css' stateless mode. * Jan Michael Alonzo ([@jmalonzo](https://github.com/jmalonzo)) for a patch - removing node's old 'sys' package. + removing node.js's old 'sys' package. * [@XhmikosR](https://github.com/XhmikosR) for suggesting new features (option to remove special comments and strip out URLs quotation) and pointing out numerous improvements (JSHint, media queries). -- 2.34.1