Merge pull request #18479 from clanghout/patch-1
Fix install command in README for unprocessed-entities plugin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
---
|
||||
|
||||
install command points to correct package name
|
||||
@@ -29,7 +29,7 @@ Requires the `@backstage/plugin-catalog-backend-module-unprocessed` module to be
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
yarn add --cwd packages/app @backstage/plugin-catalog-module-unprocessed
|
||||
yarn add --cwd packages/app @backstage/plugin-catalog-unprocessed-entities
|
||||
```
|
||||
|
||||
Import into your `App.tsx` and include into the `<FlatRoutes>` component:
|
||||
|
||||
Reference in New Issue
Block a user