diff --git a/workspaces/jenkins/.changeset/large-ties-glow.md b/workspaces/jenkins/.changeset/large-ties-glow.md new file mode 100644 index 000000000..9785d2080 --- /dev/null +++ b/workspaces/jenkins/.changeset/large-ties-glow.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-jenkins': patch +--- + +Fix typo in the readme diff --git a/workspaces/jenkins/plugins/jenkins/README.md b/workspaces/jenkins/plugins/jenkins/README.md index 439ab3644..f013260cf 100644 --- a/workspaces/jenkins/plugins/jenkins/README.md +++ b/workspaces/jenkins/plugins/jenkins/README.md @@ -63,7 +63,7 @@ const serviceEntityPage = ( ); ``` -If you are using Backstage's [new frontend system](https://backstage.io/docs/frontend-system/), simply import `sonarQubePlugin` in your `App.tsx` and add it to your app's `features` array: +If you are using Backstage's [new frontend system](https://backstage.io/docs/frontend-system/), simply import `jenkinsPlugin` in your `App.tsx` and add it to your app's `features` array: ```typescript import jenkinsPlugin from '@backstage-community/plugin-jenkins/alpha';