From ca0fd229e12d51a6429e6a91a094063bbc00ea56 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 22 Feb 2017 10:53:09 -0800 Subject: [PATCH] Update v2 NPM installation instructions --- docs/v2/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!