Skip to content

Commit ed8e7ce

Browse files
authored
Updated the package name according to the npm registry
1 parent c6c176a commit ed8e7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Now in the below steps, I will assume you are already done with the provider.
1313
## Integration Steps
1414
1. First Install the Github cards plugin by running this command from the root of the package.
1515
```shell
16-
yarn add –cwd packages/app @statusneo/backstage-github-plugin
16+
yarn add –cwd packages/app @statusneo/backstage-plugin-github
1717
```
1818

1919
2. Import GithubPullRequestsCard, and GithubActionsCard from the installed package
@@ -32,4 +32,4 @@ import { GithubPullRequestsCard, GithubActionsCard } from '@statusneo/backstage-
3232
// ...
3333
```
3434

35-
Now you are ready to use this backstage GitHub plugin to make your software management and development cycle a little more hassle-free.
35+
Now you are ready to use this backstage GitHub plugin to make your software management and development cycle a little more hassle-free.

0 commit comments

Comments
 (0)