From eb58cf4b8bd1933827272c2fe3f197342b45b3fe Mon Sep 17 00:00:00 2001
From: Kenneth Reitz
Date: Mon, 16 Sep 2019 12:10:11 -0400
Subject: [PATCH] Update README.md
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index c4d5473..e3f228c 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,15 @@
$ bake, n:the strangely familiar task runner.
+I love using `Makefile` for one-off **tasks** in projects.
+
+The problem with doing this is that you can't use familiar bash–isms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple ad–hoc use of abritrary scripting languages (e.g. **Python**).
+
+
-
-I love using `Makefile` for one-off **tasks** in projects.
-
-The problem with doing this is that you can't use familiar bash–isms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple ad–hoc use of abritrary scripting languages (e.g. **Python**).
+
This project seeks to bridge all of these worlds into a single entrypoint — ideal for cross–language repositories.