From ed8e7ce6a9b30891ccf1fd544fa1fb53f553d6c8 Mon Sep 17 00:00:00 2001 From: Debabrata Panigrahi <50622005+Debanitrkl@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:36:37 +0530 Subject: [PATCH] Updated the package name according to the npm registry --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.