From 1cf49c3a3ce5957af15a58aa93ef696a5ecca05f Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Mon, 8 Jan 2024 22:42:32 +0100 Subject: [PATCH] Improve README.md > fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a69d93a..04dce0e4 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,8 @@ More sophisticated dependency management can be applied, such as substituting a Also, the OCI components can be published without the need to republish all artifacts of parent images. Furthermore, we are used to an image having at maximum one parent image, but this plugin allows to declare multiple parent image dependencies. -The dependencies than form a directed graph which will be traversed when assembling the OCI image. -The following diagram shows an example, where the "application" and "java" OCI components have two parent image dependencies. +The dependencies then form a directed graph which will be traversed when assembling the OCI image. +The following diagram shows an example where the "application" and "java" OCI components have two parent image dependencies. ![multiple-parent-image-dependencies.drawio.svg](docs/images/multiple-parent-image-dependencies.drawio.svg)