From d0c47ec505bbfa4e77ec546fffd4b201d0463cb3 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Tue, 16 Nov 2021 11:34:52 +0000 Subject: [PATCH] fix incorrect class name on module-jsonfc Signed-off-by: goenning --- plugins/tech-insights-backend-module-jsonfc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tech-insights-backend-module-jsonfc/README.md b/plugins/tech-insights-backend-module-jsonfc/README.md index 48c1e69919..7b5d48bf62 100644 --- a/plugins/tech-insights-backend-module-jsonfc/README.md +++ b/plugins/tech-insights-backend-module-jsonfc/README.md @@ -24,7 +24,7 @@ and modify the `techInsights.ts` file to contain a reference to the FactCheckers + logger, +}), - const builder = new DefaultTechInsightsBuilder({ + const builder = buildTechInsightsContext({ logger, config, database,