From 85d8a828cb12c179c42ecf37aeea4a60377dee4a Mon Sep 17 00:00:00 2001 From: swnia <119884634+swnia@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:37:37 +0100 Subject: [PATCH] README references wrong plugin The documentation for the new backend system referenced the wrong plugin. This commit fixes that. Signed-off-by: swnia <119884634+swnia@users.noreply.github.com> --- plugins/code-coverage-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/code-coverage-backend/README.md b/plugins/code-coverage-backend/README.md index f47e966466..42a9253efd 100644 --- a/plugins/code-coverage-backend/README.md +++ b/plugins/code-coverage-backend/README.md @@ -74,7 +74,7 @@ The code coverage backend plugin has support for the [new backend system](https: In your `packages/backend/src/index.ts` make the following changes: ```diff -+ backend.add(import('@backstage/plugin-explore-backend')); ++ backend.add(import('@backstage/plugin-code-coverage-backend')); ``` ## Configuring your entity