Update README.md

tiny docs fix for clarity

Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
This commit is contained in:
Alex Eftimie
2023-06-08 21:53:08 +02:00
committed by GitHub
parent 4ec5001da8
commit 010d6b7584
@@ -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`:
Add the event router to the `EventsBackend` object in `packages/backend/src/plugins/events.ts`:
```diff
+const githubEventRouter = new GithubEventRouter();