diff --git a/README.md b/README.md index b513d1e..c3a6fad 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ client.login(token); #### ` ping.js (CommonJS)` ```js -const { CommandType } = require('@sern/handler'); +const { CommandType, commandModule } = require('@sern/handler'); exports.default = commandModule({ name: 'ping',