From e3245a400a2e7bbd97365a2a0f2397018a0ad9a2 Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Thu, 27 Jan 2022 18:21:33 -0800 Subject: [PATCH] Fix typo in readme Changed "note tha" to "note that" Signed-off-by: Tyler Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dd4b829..ec90111e 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ with `--output`. ## Working with builder instances By default, buildx will initially use the `docker` driver if it is supported, -providing a very similar user experience to the native `docker build`. Note tha +providing a very similar user experience to the native `docker build`. Note that you must use a local shared daemon to build your applications. Buildx allows you to create new instances of isolated builders. This can be