Skip to content

Commit 3082ebe

Browse files
authored
docs: fix example (#1079)
1 parent 322e6a7 commit 3082ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
```js
77
import { createServer } from 'node:net'
8-
import Aedes from 'aedes'
8+
import { Aedes } from 'aedes'
99

1010
const port = 1883
1111

0 commit comments

Comments
 (0)