1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-19 02:41:57 +00:00

Merge pull request #4519 from evanandrewrose/master

Fix "be" -> "b" typo in coffee plugin README.md.
This commit is contained in:
Marc Cornellà 2015-10-20 23:43:33 +02:00
commit 8c84342b20

View file

@ -11,7 +11,7 @@ Preview the compiled result of your coffeescript with `cf "code"` as per the
following: following:
```zsh ```zsh
$ cf 'if a then be else c' $ cf 'if a then b else c'
if (a) { if (a) {
b; b;
} else { } else {