From 0867977f5ae5b2f51d74c4b68b6048978983fb6b Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Tue, 26 Apr 2022 09:20:39 -0400 Subject: [PATCH] Fix the package name in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 920b291..9f47d09 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ ```bash # From your Backstage root directory cd packages/app -yarn add @shipshapecode/plugin-graphql-voyager +yarn add @shipshapecode/backstage-plugin-graphql-voyager ``` 2. Add the `GraphqlVoyagerPage` page to the routes in your app: ```tsx -import { GraphqlVoyagerPage } from '@shipshapecode/plugin-graphql-voyager'; +import { GraphqlVoyagerPage } from '@shipshapecode/backstage-plugin-graphql-voyager'; // down in the sidebar }/>