Merge pull request #25429 from imakewebthings/docs/events-plugin-install
Docs: Fix package install instructions for plugin-events-backend
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user