0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

This commit is contained in:
evanandrewrose 2015-10-19 08:21:41 -04:00 committed by Marc Cornellà
parent fdb0e239d4
commit fe02e027fe

View file

@ -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 {