docs: readme: import: default -> named

This commit is contained in:
coderiaser 2026-02-21 17:36:59 +02:00
parent 52023c82cb
commit 37ecb3d7ac

View file

@ -688,7 +688,7 @@ And create `index.js`:
```js
import http from 'node:http';
import cloudcmd from 'cloudcmd';
import {cloudcmd} from 'cloudcmd';
import {Server} from 'socket.io';
import express from 'express';