Merge pull request #22134 from buaydin/patch-1

Update README.md missing ")"
This commit is contained in:
Fredrik Adelöw
2024-01-08 13:44:42 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-sonarqube-backend': patch
---
Updated README
+1 -1
View File
@@ -12,7 +12,7 @@ In your `packages/backend/src/index.ts` make the following changes:
import { createBackend } from '@backstage/backend-defaults';
const backend = createBackend();
// ... other feature additions
+ backend.add(import('@backstage/plugin-sonarqube-backend');
+ backend.add(import('@backstage/plugin-sonarqube-backend'));
backend.start();
```