We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee65126 commit c803f3dCopy full SHA for c803f3d
1 file changed
README.md
@@ -52,7 +52,7 @@ try
52
{
53
$coffee = file_get_contents($file);
54
55
- // See available options below.
+ // See available options above.
56
$js = CoffeeScript\Compiler::compile($coffee, array('filename' => $file));
57
}
58
catch (Exception $e)
0 commit comments