Skip to content

Commit

Permalink
fixes #1478, documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas authored and michaelficarra committed Jul 7, 2011
1 parent f433fa4 commit 4ff0035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ sudo bin/cake install</pre>
<td><code>-e, --eval</code></td>
<td>
Compile and print a little snippet of CoffeeScript directly from the
command line. For example:<br /><tt>coffee -e "puts num for num in [10..1]"</tt>
command line. For example:<br /><tt>coffee -e "console.log num for num in [10..1]"</tt>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 4ff0035

Please sign in to comment.