Corrects command in catalog external integrations doc.

Signed-off-by: Charlie Crawford <char507@gmail.com>
This commit is contained in:
Charlie Crawford
2025-04-23 06:13:57 -04:00
parent 5c8fbb8526
commit 47c3afe215
@@ -70,7 +70,7 @@ putting all extensions like this in a backend module package of their own in the
`plugins` folder of your Backstage repo:
```sh
yarn new --select backend-module --option pluginId=catalog
yarn new --select backend-plugin-module --option pluginId=catalog
```
The class will have this basic structure: