correct readme

Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
This commit is contained in:
Andrew Johnson
2021-03-30 17:46:22 +01:00
parent ceb1088edc
commit d4ae83a79d
+1 -1
View File
@@ -23,7 +23,7 @@ yarn add @backstage/plugin-github-deployments
```typescript
// packages/app/src/plugins.ts
import { githubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
export { githubDeploymentsPlugin as GithubDeploymentsPlugin } from '@backstage/plugin-github-deployments';
```
3. Add the `EntityGithubDeploymentsCard` to the EntityPage: