From 8ea42d759e040ff3f22f9fefdf20d01171994780 Mon Sep 17 00:00:00 2001 From: Karl Haworth Date: Fri, 5 Apr 2024 14:34:10 -0400 Subject: [PATCH] update readme Signed-off-by: Karl Haworth --- plugins/apollo-explorer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/apollo-explorer/README.md b/plugins/apollo-explorer/README.md index 258675f82d..b26f157635 100644 --- a/plugins/apollo-explorer/README.md +++ b/plugins/apollo-explorer/README.md @@ -74,11 +74,11 @@ Once you authenticate, your graph is ready to use 🚀 If you need to utilize an ApiRef to supply a token to Apollo, you may do so using an ApiHolder. -In `packages/app/src/App.tsx` perform the following modifications from above. The import `ssoAuthApiRef` is used as an example and does not exist. +In `packages/app/src/App.tsx` perform the following modifications from above. The import `ssoAuthApiRef` is used as an example and **does not exist**. ```typescript import { ApolloExplorerPage, EndpointProps } from '@backstage/plugin-apollo-explorer'; -import { ssoAuthApiRef } from '@backstage/devkit'; +import { ssoAuthApiRef } from '@companyxyz/devkit'; import { ApiHolder } from '@backstage/core-plugin-api'; async function authCallback(options: { apiHolder: ApiHolder }): Promise {