diff --git a/examples/graphiql-cdn/index.html b/examples/graphiql-cdn/index.html index 4747d138622..501d7127736 100644 --- a/examples/graphiql-cdn/index.html +++ b/examples/graphiql-cdn/index.html @@ -21,7 +21,6 @@ height: 100vh; } - + + - - + + diff --git a/packages/graphiql-plugin-code-exporter/README.md b/packages/graphiql-plugin-code-exporter/README.md index 0b78e2cb558..f7ce70c8948 100644 --- a/packages/graphiql-plugin-code-exporter/README.md +++ b/packages/graphiql-plugin-code-exporter/README.md @@ -100,6 +100,6 @@ function GraphiQLWithExplorer() { ## CDN bundles -You can also use this plugin when using the -[CDN bundle](../../examples/graphiql-cdn) to render GraphiQL. Check out the -[example HTML file](examples/index.html) that shows how you can do this. +You can also use this plugin with `unpkg`, `jsdelivr`, and other CDNs. + +See the [example HTML file](examples/index.html) for this plugin diff --git a/packages/graphiql-plugin-explorer/README.md b/packages/graphiql-plugin-explorer/README.md index c6b5af09899..d4ec03621b8 100644 --- a/packages/graphiql-plugin-explorer/README.md +++ b/packages/graphiql-plugin-explorer/README.md @@ -49,6 +49,6 @@ return ( ## CDN bundles -You can also use add this plugin when using the -[CDN bundle](../../examples/graphiql-cdn) to render GraphiQL. Check out the -[example HTML file](examples/index.html) that shows how you can do this. +You can also use this plugin with `unpkg`, `jsdelivr`, and other CDNs. + +See the [example HTML file](examples/index.html) for this plugin