diff --git a/plugins/catalog-graph/README-alpha.md b/plugins/catalog-graph/README-alpha.md index 67fcf2b4b4..f5500e5b3f 100644 --- a/plugins/catalog-graph/README-alpha.md +++ b/plugins/catalog-graph/README-alpha.md @@ -199,7 +199,7 @@ export default createFrontendModule({ pluginId: 'catalog-graph', extensions: [ EntityCardBlueprint.make({ - name: 'entity-relations', + name: 'relations', params: { loader: () => import('./components').then(m => ),