Skip to content

Commit 37ecb3d

Browse files
committed
docs: readme: import: default -> named
1 parent 52023c8 commit 37ecb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HELP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ And create `index.js`:
688688

689689
```js
690690
import http from 'node:http';
691-
import cloudcmd from 'cloudcmd';
691+
import {cloudcmd} from 'cloudcmd';
692692
import {Server} from 'socket.io';
693693
import express from 'express';
694694

0 commit comments

Comments
 (0)