diff options
Diffstat (limited to 'plugins/coffee/README.md')
-rw-r--r-- | plugins/coffee/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/coffee/README.md b/plugins/coffee/README.md index d0e7bbe74..432ce3414 100644 --- a/plugins/coffee/README.md +++ b/plugins/coffee/README.md @@ -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 { |