From 1aebe9219969dfe2c4c404d3e204cbf26deb069a Mon Sep 17 00:00:00 2001 From: Jason Grlicky Date: Fri, 11 Nov 2016 12:30:17 -0800 Subject: [PATCH] Fixed typo in Readme (#38) `not.` -> `not` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e051a57..9f5ce32 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,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 why `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: