浏览代码

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

evanandrewrose 8 年之前
父节点
当前提交
fe02e027fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/coffee/README.md

+ 1 - 1
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 {