From 8cedfc566ceb4dfd06606d862e58f6ec75572878 Mon Sep 17 00:00:00 2001
From: druesendieb <druesendieb@users.noreply.github.com>
Date: Mon, 23 Sep 2024 20:27:59 +0200
Subject: [PATCH] Update README.md (#705)

Fixing brotli typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0828ae4..abc84f7 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,7 @@ The operator needs the Registry-URL, a user and a token as password to authentic
 This target stores the SBOM as Kubernetes-ConfigMap. They are placed in the same namespace as the corresponding pod and the name
 consists of the pod- and container-name. The configmap is labeled with `ckotzbauer.sbom-operator.io=true` and 
 annotated with `ckotzbauer.sbom-operator.io/image-id=<full-image-repo-with-digest>`.
-The content is stored as broli-compressed binary-data with the configmap-key `sbom`.
+The content is stored as brotli-compressed binary-data with the configmap-key `sbom`.
 
 
 ## Job-Images
-- 
GitLab