From 596dbdf22b1ced7babcd5cb2e44b4dc3b0a02ad2 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 2 Jan 2024 10:32:45 -0800 Subject: [PATCH] docs: fix README.md for slim action (#5080) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66a9d7d3..c6a958f3 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,8 @@ For more information, see Super-Linter provides several variants: -- `standard`: `super-linter/super-linter:[VERSION]`: includes all supported linters. -- `slim`: `super-linter/super-linter:slim-[VERSION]`: includes all supported linters except: +- `standard`: `super-linter/super-linter@[VERSION]`: includes all supported linters. +- `slim`: `super-linter/super-linter/slim@[VERSION]`: includes all supported linters except: - `rust` linters - `dotenv` linters