diff --git a/README.md b/README.md index e0ec091..554c66c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ - A `Bakefile`, which looks and feels like the good parts of a `Makefile`. - Except, you can write real `bash` code! Any and all syntax is accepted — no magic going on here. -- Unlike a `Makefile`, you can use `\t` ` ` (*i.e.* `4×' '`). +- Unlike a `Makefile`, you can use either `\t` or ` ` (`4×' '`). - Environment variables are explicitly passed or whitelisted (allowed), not inherited from the parent shell. - Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory. - There are many other benefits to this design, that have yet to be expressed in this document.