From f138e23f61337f5086aea4ff7ad78cb3b4902533 Mon Sep 17 00:00:00 2001 From: Simon Harrer Date: Thu, 9 Jul 2026 21:35:20 +0200 Subject: [PATCH] Fix Docker image name in README The README told users to run `entropy-data/cli`, which is not published. The image built and pushed by .github/workflows/release.yaml is entropydata/entropy-data-cli. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1bfe9..df149c1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ entropy-data --help ### Docker ```bash -docker run --rm entropy-data/cli --help +docker run --rm entropydata/entropy-data-cli --help ``` ## Getting Started