Skip to content

Commit

Permalink
updated documentation for coffee-script 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeungda committed May 16, 2010
1 parent ee4427d commit 80608dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,10 +1,10 @@
# JCoffeeScript

JCoffeeScript is a java library that compiles CoffeeScript 0.6.1. JCoffeeScript is licensed under the Apache license 2.0. Please see LICENSE for more detail.
JCoffeeScript is a java library that compiles CoffeeScript 0.6.2. JCoffeeScript is licensed under the Apache license 2.0. Please see LICENSE for more detail.

## Usage
from the command prompt:
prompt> echo "a: 1" | java -jar jcoffeescript-0.6.1.jar
prompt> echo "a: 1" | java -jar jcoffeescript-0.6.2.jar
(function(){
var a;
a = 1;
Expand Down

0 comments on commit 80608dc

Please sign in to comment.