From 8a45b10c52e6f12aa4c7068d10a4182fd5ce992e Mon Sep 17 00:00:00 2001 From: wangcanfengxs Date: Wed, 28 Jul 2021 10:14:12 +0800 Subject: [PATCH] fix(readme): fix typo (#37) Co-authored-by: wangcanfeng --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62e2a5a5..90082768 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ You've just built and run a new container image from source code in a git reposi Process details: - ​ 1. It will pull image that defind in filed `builderImage`. + ​ 1. It will pull image that defined in field `builderImage`. ​ 2. clone source code. ​ 3. start build process - ​ 4. after build completed, it will push read-to-run image + ​ 4. after build completed, it will push ready-to-run image 6. Finally, it will push image to your docker registry, please check it.