Fix package install instructions for plugin-events-backend

Signed-off-by: Caleb Troughton <caleb.troughton@hashicorp.com>
This commit is contained in:
Caleb Troughton
2024-06-26 17:11:16 -07:00
parent 27d4657747
commit e5f7503dbb
@@ -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.