Commit fe02e027 authored by evanandrewrose's avatar evanandrewrose Committed by Marc Cornellà
Browse files

Fix "be" -> "b" typo in coffee plugin README.md.

parent fdb0e239
......@@ -11,7 +11,7 @@ Preview the compiled result of your coffeescript with `cf "code"` as per the
following:
```zsh
$ cf 'if a then be else c'
$ cf 'if a then b else c'
if (a) {
b;
} else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment