Corrected README imports not to be from alpha

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-06-28 06:48:51 -05:00
parent 18520c4596
commit 3a861eb0ab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ In your `packages/backend/src/index.ts` make the following changes:
```diff
import { createBackend } from '@backstage/backend-defaults';
+ import { azureDevOpsPlugin } from '@backstage/plugin-azure-devops-backend/alpha';
+ import { azureDevOpsPlugin } from '@backstage/plugin-azure-devops-backend';
const backend = createBackend();