From 7bc2be2cafdd7e1acd6ca56ece818dda7223035b Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 4 Nov 2016 23:18:20 -0700 Subject: [PATCH] Fix "whyc" typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad95a8..286a1c0 100644 --- a/README.md +++ b/README.md @@ -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: