Update plugins/events-backend-module-github/README.md

Co-authored-by: Patrick Jungermann <patrick.jungermann@gmail.com>
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
This commit is contained in:
Alex Eftimie
2023-06-09 08:27:31 +02:00
committed by GitHub
parent 010d6b7584
commit 966c07b232
@@ -31,7 +31,7 @@ Install this module:
yarn add --cwd packages/backend @backstage/plugin-events-backend-module-github
```
Add the event router to the `EventsBackend` object in `packages/backend/src/plugins/events.ts`:
Add the event router to the `EventsBackend` instance in `packages/backend/src/plugins/events.ts`:
```diff
+const githubEventRouter = new GithubEventRouter();