From ae3654f58698377dd604c5c3fec1051095ae3e78 Mon Sep 17 00:00:00 2001 From: Raushan Raj Date: Thu, 16 Jan 2025 07:53:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0888acf33..7e3b45d53 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Introductio This is a golang library for working with container registries. -It's largely based on the [Python library of the same name](https://github.com/google/containerregistry). +It's largely based on the [Python library of the same name](https://github.com/google/containerregistry) The following diagram shows the main types that this library handles. ![OCI image representation](images/ociimage.jpeg)