From f9f912342841b53218cdf82154f3090a0391d78a Mon Sep 17 00:00:00 2001 From: Alex Eftimie Date: Thu, 8 Jun 2023 21:41:16 +0200 Subject: [PATCH] Update discovery.md Signed-off-by: Alex Eftimie --- docs/integrations/github/discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/github/discovery.md b/docs/integrations/github/discovery.md index f01085dd86..46d59cbf1b 100644 --- a/docs/integrations/github/discovery.md +++ b/docs/integrations/github/discovery.md @@ -94,7 +94,7 @@ export default async function createPlugin( scheduler: env.scheduler, }); env.eventBroker.subscribe(githubProvider); - builder.addEntityProvider(demoProvider); + builder.addEntityProvider(githubProvider); /* highlight-add-end */ const { processingEngine, router } = await builder.build(); await processingEngine.start();