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>
This commit is contained in:
swnia
2024-03-05 16:37:37 +01:00
committed by GitHub
parent 4dbaf95080
commit 85d8a828cb
+1 -1
View File
@@ -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