diff --git a/README.md b/README.md index 1d9c5c3..ec81333 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `bashf`— Kinda like Make & Bash, combined. +# `bake`— Kinda like Make & Bash, combined. I love using `Makefile`s for one-off tasks in projects. The problem with doing this, is you can't use familiar bash–isms when doing so, as GNU Make doesn't use the familiar Bash sytnax. This project seeks to bridge these works. @@ -29,6 +29,6 @@ Unlike `Makefile`, either tabs or 4 spaces can be used. ## Installation -Install `bashf` via: +Install `bake` via: - $ brew install kennethreitz/-/bashf --head + $ brew install kennethreitz/-/bake --head