Skip to content

Commit 7c0def8

Browse files
authored
Update en import path part8e.md
1 parent 64e70d8 commit 7c0def8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ The file <i>index.js</i> is changed to:
464464
```js
465465
// highlight-start
466466
const { WebSocketServer } = require('ws')
467-
const { useServer } = require('graphql-ws/lib/use/ws')
467+
const { useServer } = require('graphql-ws/use/ws')
468468
// highlight-end
469469

470470
// ...

0 commit comments

Comments
 (0)