diff --git a/website/src/pages/get-started.mdx b/website/src/pages/get-started.mdx index 25e1d42d..a0b40085 100644 --- a/website/src/pages/get-started.mdx +++ b/website/src/pages/get-started.mdx @@ -118,7 +118,7 @@ fastify.listen(4000, (err) => { #### With [Bun](https://bun.sh) ```ts -import { makeHandler, handleProtocols } from 'graphql-ws/lib/use/lib/bun'; +import { makeHandler, handleProtocols } from 'graphql-ws/lib/use/bun'; import { schema } from './previous-step'; Bun.serve({