Merge pull request #25429 from imakewebthings/docs/events-plugin-install

Docs: Fix package install instructions for plugin-events-backend
This commit is contained in:
Ben Lambert
2024-06-27 09:35:02 +02:00
committed by GitHub
@@ -186,7 +186,7 @@ The first step is to add the events backend plugin to your Backstage application
```ts
# From your Backstage root directory
yarn --cwd packages/backend add @backstage/plugin-events-node
yarn --cwd packages/backend add @backstage/plugin-events-backend
```
Now you can install the events backend plugin in your backend.