diff --git a/HELP.md b/HELP.md index 9b917772..8de06087 100644 --- a/HELP.md +++ b/HELP.md @@ -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';