Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlit committed Aug 3, 2012
1 parent ee65126 commit c803f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ try
{
$coffee = file_get_contents($file);

// See available options below.
// See available options above.
$js = CoffeeScript\Compiler::compile($coffee, array('filename' => $file));
}
catch (Exception $e)
Expand Down

0 comments on commit c803f3d

Please sign in to comment.