From a9b30f5538d4ab891dad3b4b979f2b19a9f9e200 Mon Sep 17 00:00:00 2001 From: Chris Langhout Date: Wed, 28 Jun 2023 14:40:41 +0200 Subject: [PATCH 1/2] Update README.md fix install command Signed-off-by: Chris Langhout Signed-off-by: Chris Langhout --- plugins/catalog-unprocessed-entities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-unprocessed-entities/README.md b/plugins/catalog-unprocessed-entities/README.md index ed48d42518..3c9f649e37 100644 --- a/plugins/catalog-unprocessed-entities/README.md +++ b/plugins/catalog-unprocessed-entities/README.md @@ -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 `` component: From 77b408fad872aa7a9d66fd537ab9e1771ea8b77a Mon Sep 17 00:00:00 2001 From: Chris Langhout Date: Wed, 28 Jun 2023 16:42:58 +0200 Subject: [PATCH 2/2] chore: add changeset Signed-off-by: Chris Langhout --- .changeset/young-frogs-burn.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/young-frogs-burn.md diff --git a/.changeset/young-frogs-burn.md b/.changeset/young-frogs-burn.md new file mode 100644 index 0000000000..7ca4fff60f --- /dev/null +++ b/.changeset/young-frogs-burn.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-unprocessed-entities': patch +--- + +install command points to correct package name