diff --git a/README.md b/README.md index d6c93fb..89af6b2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Now in the below steps, I will assume you are already done with the provider. ## Integration Steps 1. First Install the Github cards plugin by running this command from the root of the package. ```shell -yarn add –cwd packages/app @statusneo/backstage-github-plugin +yarn add –cwd packages/app @statusneo/backstage-plugin-github ``` 2. Import GithubPullRequestsCard, and GithubActionsCard from the installed package @@ -32,4 +32,4 @@ import { GithubPullRequestsCard, GithubActionsCard } from '@statusneo/backstage- // ... ``` -Now you are ready to use this backstage GitHub plugin to make your software management and development cycle a little more hassle-free. \ No newline at end of file +Now you are ready to use this backstage GitHub plugin to make your software management and development cycle a little more hassle-free.