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