chore: rename SignalService to SignalsService

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-03-12 08:54:03 +02:00
parent 0b120df27b
commit 6d84ee63ce
18 changed files with 137 additions and 56 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Signals plugin allows backend plugins to publish messages to frontend plugins.
## Getting started
First install the `@backstage/plugin-signals-node` plugin to get the `SignalService` set up.
First install the `@backstage/plugin-signals-node` plugin to get the `SignalsService` set up.
Next, add Signals router to your backend in `packages/backend/src/plugins/signals.ts`: