diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 624045564d..a2fae86487 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -16,7 +16,7 @@ run = executable == true ? 'run' : "run: #{executable}" name = "example#{@counter}" script = "" - import = show_load ? "
Load
" : '' + import = show_load ? "
load
" : '' button = executable ? "
#{run}
" : '' "
#{cshtml}#{jshtml}#{script}#{import}#{button}
" end @@ -151,11 +151,11 @@

The CoffeeScript compiler is itself written in CoffeeScript, - using the Jison parser generator. The - command-line version of coffee is available as a - Node.js utility. The - core compiler however, does not - depend on Node, and can be run in any JavaScript environment, or in the + using the Jison parser generator. The + command-line version of coffee is available as a + Node.js utility. The + core compiler however, does not + depend on Node, and can be run in any JavaScript environment, or in the browser (see "Try CoffeeScript", above).

@@ -189,8 +189,8 @@ sudo bin/cake install

- Once installed, you should have access to the coffee command, - which can execute scripts, compile .coffee files into .js, + Once installed, you should have access to the coffee command, + which can execute scripts, compile .coffee files into .js, and provide an interactive REPL. The coffee command takes the following options:

@@ -313,7 +313,7 @@ Expressions

Examples:

- +