From 267396f45bd0c3aeb2d9521c25fa343b7bfa96ab Mon Sep 17 00:00:00 2001 From: Elizabeth Hobbs Date: Tue, 27 Jun 2023 14:37:00 -0700 Subject: [PATCH] Corrected the installation instructions for @backstage/plugin-catalog-unprocessed-entities Signed-off-by: Elizabeth Hobbs Signed-off-by: Jason Nguyen Co-authored-by: Jason Nguyen --- .changeset/seven-pillows-hear.md | 5 +++++ plugins/catalog-unprocessed-entities/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/seven-pillows-hear.md diff --git a/.changeset/seven-pillows-hear.md b/.changeset/seven-pillows-hear.md new file mode 100644 index 0000000000..f89ca102eb --- /dev/null +++ b/.changeset/seven-pillows-hear.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-unprocessed-entities': patch +--- + +Corrected the installation instructions. diff --git a/plugins/catalog-unprocessed-entities/README.md b/plugins/catalog-unprocessed-entities/README.md index 699629e0b2..ed48d42518 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/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 `` component: