mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
updating docs to say 'Node.js greater than 0.1.30'
This commit is contained in:
parent
fec2eaef7e
commit
47f71f9193
2 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ alert reverse '!tpircseeffoC'</textarea></div>
|
|||
|
||||
<p>
|
||||
To install, first make sure you have a working version of
|
||||
<a href="http://nodejs.org/">Node.js</a>, 0.1.30 or higher. Then clone the CoffeeScript
|
||||
<a href="http://nodejs.org/">Node.js</a> greater than version 0.1.30. Then clone the CoffeeScript
|
||||
<a href="http://github.com/jashkenas/coffee-script">source repository</a>
|
||||
from GitHub, or download the latest
|
||||
release: <a href="http://github.com/jashkenas/coffee-script/tarball/0.5.3">0.5.3</a>.
|
||||
|
|
|
@ -250,7 +250,7 @@ cubed_list = (function() {
|
|||
|
||||
<p>
|
||||
To install, first make sure you have a working version of
|
||||
<a href="http://nodejs.org/">Node.js</a>, 0.1.30 or higher. Then clone the CoffeeScript
|
||||
<a href="http://nodejs.org/">Node.js</a> greater than version 0.1.30. Then clone the CoffeeScript
|
||||
<a href="http://github.com/jashkenas/coffee-script">source repository</a>
|
||||
from GitHub, or download the latest
|
||||
release: <a href="http://github.com/jashkenas/coffee-script/tarball/0.5.3">0.5.3</a>.
|
||||
|
|
Loading…
Reference in a new issue