From a9b30f5538d4ab891dad3b4b979f2b19a9f9e200 Mon Sep 17 00:00:00 2001 From: Chris Langhout Date: Wed, 28 Jun 2023 14:40:41 +0200 Subject: [PATCH] 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: