Update README.md

Update the plugin import line in the installation instructions for the new backend

Signed-off-by: Coraly Romero-Principe <34314397+cromero-principe@users.noreply.github.com>
This commit is contained in:
Coraly Romero-Principe
2024-07-01 13:29:43 -05:00
committed by GitHub
parent 4733a74641
commit 8944b8b537
@@ -17,7 +17,7 @@ yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-unproce
In `packages/backend/src/index.ts` add the module:
```ts title="packages/backend/src/index.ts"
backend.add(catalogModuleUnprocessedEntities());
backend.add(import('@backstage/plugin-catalog-backend-module-unprocessed'));
```
### Legacy Backend