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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user