Use "node.js" name instead of "node"
authorXhmikosR <xhmikosr@users.sourceforge.net>
Mon, 18 Mar 2013 10:39:05 +0000 (12:39 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sat, 23 Mar 2013 10:03:13 +0000 (12:03 +0200)
History.md
README.md

index 8ac7f92..6c5c8c2 100644 (file)
 ==================
 
 * Made path to vows local.
-* Explicit node 0.6 requirement.
+* Explicit node.js 0.6 requirement.
 
 0.4.2 / 2012-06-28
 ==================
 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
 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
index cc710d8..b2ff3ac 100644 (file)
--- 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).