Skip to content

Commit

Permalink
docs(bun): Fix Bun Import (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman authored Sep 27, 2023
1 parent 50d5a51 commit 039cab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 039cab0

Please sign in to comment.