From 0e79b41d44b03c1635c145fe255b51bef4e799a0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 04:48:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66aef27..dff2420 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Options: - Environment variables are explicitly passed or whitelisted (allowed), not inherinted from the parent shell. - Unlike `Makefile`, either tabs or 4 spaces can be used. - Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root (e.g. location of the `Bakefile`). -— See [advanced example](https://github.com/kennethreitz/bake#advanced-usage-sample) for further, juicy, details. +- See [advanced example](https://github.com/kennethreitz/bake#advanced-usage-sample) for further, juicy, details. ---------------