diff --git a/plugins/scorecards/README.md b/plugins/scorecards/README.md index 2ff9aaf1ab..20f096ce24 100644 --- a/plugins/scorecards/README.md +++ b/plugins/scorecards/README.md @@ -23,7 +23,7 @@ import { EntityScorecardContent } from '@backstage/plugin-scorecards'; } />; ``` -3. Add Scorecards overview page to the EntityPage: +### Add Scorecards overview page to the EntityPage: ```tsx // packages/app/src/components/catalog/EntityPage.tsx