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 }/>