diff --git a/docs/v2/index.html b/docs/v2/index.html index c1b1989e..ac134080 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -671,7 +671,7 @@ textarea {

The golden rule of CoffeeScript is: “It’s just JavaScript.” The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable, pretty-printed, and tends to run as fast or faster than the equivalent handwritten JavaScript.

Latest Version: 2.0.0-alpha1

-
npm install -g coffeescript
+
npm install -g coffeescript@next

Overview

CoffeeScript on the topleft, compiled JavaScript output on the bottomright. The CoffeeScript is editable!