Merge pull request #24567 from marblenix/patch-2

Update discovery.md
This commit is contained in:
Patrik Oldsberg
2024-05-01 17:28:23 +02:00
committed by GitHub
@@ -27,7 +27,7 @@ yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-bitbuck
### Installation with New Backend System
```ts
// optional if you want HTTP endpojnts to receive external events
// optional if you want HTTP endpoints to receive external events
// backend.add(import('@backstage/plugin-events-backend/alpha'));
// optional if you want to use AWS SQS instead of HTTP endpoints to receive external events
// backend.add(import('@backstage/plugin-events-backend-module-aws-sqs/alpha'));