From 96958ee698b823b3454720a0e7b4a21946840132 Mon Sep 17 00:00:00 2001 From: Matthew Pereira Date: Fri, 16 Sep 2022 09:37:19 -0300 Subject: [PATCH] fix: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97e0978..640e1652 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Passing [thunk paths][t-thunk-path] around: Bass typically replaces CI `.yml` files, `Dockerfile`s, and Bash scripts. Instead of writing `.yml` DSLs interpreted by some CI system, you write real -code. Instead of writing ad-hoc `Dockefiles` and pushing/pulling images, you +code. Instead of writing ad-hoc `Dockerfile`s and pushing/pulling images, you chain thunks and share them as code. Instead of writing Bash scripts, you write Bass scripts.