Skip to content

Commit 89197e6

Browse files
committed
plugin doc fix, normalize versions
1 parent 708078b commit 89197e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphiql/docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ So we use that UMD global in our script:
9090
</body>
9191
<!-- be sure to include all the other imports, such as react, react-dom and graphiql itself, see /examples/graphiql-cdn -->
9292
<script
93-
src="https://unpkg.com/[email protected]/dist/my-schema-printer-plugin.umd.js"
93+
src="https://unpkg.com/[email protected]/dist/index.umd.js"
9494
crossorigin="anonymous"
9595
></script>
9696

0 commit comments

Comments
 (0)