Merge pull request #14 from casey/whyc-typo

Fix "whyc" typo in README.md
This commit is contained in:
Casey Rodarmor 2016-11-04 23:21:14 -07:00 committed by GitHub
commit 6610a721ea

View File

@ -67,7 +67,7 @@ $ just another-recipe
Another recipe.
```
`just` prints each command to standard error before running it, which is why `echo 'This is a recipe!'` was printed. Lines starting with `@` will not be printed which is whyc `echo 'Another recipe.'` was not. printed.
`just` prints each command to standard error before running it, which is why `echo 'This is a recipe!'` was printed. Lines starting with `@` will not be printed which is why `echo 'Another recipe.'` was not. printed.
Recipes stop running if a command fails. Here `cargo publish` will only run if `cargo test` succeeds: