diff --git a/plugins/apollo-explorer/README.md b/plugins/apollo-explorer/README.md index 1876cd03be..23ea71e934 100644 --- a/plugins/apollo-explorer/README.md +++ b/plugins/apollo-explorer/README.md @@ -39,6 +39,7 @@ Then, in `packages/app/src/App.tsx` add the plugin as a `Route` ```typescript import { ApolloExplorerPage } from '@backstage/plugin-apollo-explorer'; + const routes = ( {/* other routes... */}