From 5e2d3b05b29bb17cf607caae36076233de89e47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 19:18:58 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c502d6..46bca37 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ 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 arbitrary scripting languages (e.g. **Python**). -This project seeks to bridge all of these worlds into a single entrypoint — ideal for cross–language repositories + +project seeks to bridge all of these worlds into a single entrypoint — ideal for cross–language repositories ------------------- @@ -119,7 +120,7 @@ Options: - **`Bakefile`** is expected to live at **`/app/Bakefile`**. - If you inherit from this image, **`ONBUILD`** directives will automatically copy your application code (build context) into the container, into **`/app`**. -**Bonus Points**: This image is also available on the GitHub Package Registry ([link](https://github.com/kennethreitz/bake/packages/24444)). +**Bonus Points**: this image is also available on the GitHub Package Registry ([link](https://github.com/kennethreitz/bake/packages/24444)). ---------------