Merge pull request #22134 from buaydin/patch-1
Update README.md missing ")"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -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();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user