From 021bba18c4622062095849b5bf3fcb5388d870a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 17 Jan 2022 21:56:26 +0100 Subject: [PATCH] Update readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/afraid-bottles-taste.md | 5 +++++ plugins/tech-radar/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/afraid-bottles-taste.md diff --git a/.changeset/afraid-bottles-taste.md b/.changeset/afraid-bottles-taste.md new file mode 100644 index 0000000000..19684bdf14 --- /dev/null +++ b/.changeset/afraid-bottles-taste.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-tech-radar': patch +--- + +Update readme diff --git a/plugins/tech-radar/README.md b/plugins/tech-radar/README.md index beaf2a0724..6f89b93688 100644 --- a/plugins/tech-radar/README.md +++ b/plugins/tech-radar/README.md @@ -85,7 +85,7 @@ import { TechRadarLoaderResponse, } from '@backstage/plugin-tech-radar'; -class MyOwnClient implements TechRadarApi { +export class MyOwnClient implements TechRadarApi { async load(id: string | undefined): Promise { // if needed id prop can be used to fetch the correct data