Corrected the installation instructions for @backstage/plugin-catalog-unprocessed-entities

Signed-off-by: Elizabeth Hobbs <elizabeth.hobbs94@gmail.com>
Signed-off-by: Jason Nguyen <jsn.dev@outlook.com>

Co-authored-by: Jason Nguyen <jsn.dev@outlook.com>
This commit is contained in:
Elizabeth Hobbs
2023-06-27 14:37:00 -07:00
parent 3fa7468371
commit 267396f45b
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-unprocessed-entities': patch
---
Corrected the installation instructions.
@@ -29,7 +29,7 @@ Requires the `@backstage/plugin-catalog-backend-module-unprocessed` module to be
## Installation
```shell
yarn add --cwd packages/backend @backstage/plugin-catalog-backend-module-unprocessed
yarn add --cwd packages/app @backstage/plugin-catalog-module-unprocessed
```
Import into your `App.tsx` and include into the `<FlatRoutes>` component: