diff --git a/README.md b/README.md index 914df31..b7c7a5a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ const SocketioBot = require('botmaster-socket.io'); // might want to use this in conjunction with your own store in production // as SessionWare uses the non-production ready MemoryStore by default const SessionWare = require('botmaster-session-ware'); -const WatsonConversationWare = require('botmaster-watson-conversation-ware); +const WatsonConversationWare = require('botmaster-watson-conversation-ware'); const botmaster = new Botmaster(); botmaster.addBot(new SocketioBot({ diff --git a/lib/index.js b/lib/index.js index 69b9340..ceca11a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -39,7 +39,7 @@ const sendMessageToWatson = (params) => { * // might want to use this in conjunction with your own store in production * // as SessionWare uses the non-production ready MemoryStore by default * const SessionWare = require('botmaster-session-ware'); - * const WatsonConversationWare = require('botmaster-watson-conversation-ware); + * const WatsonConversationWare = require('botmaster-watson-conversation-ware'); * * const botmaster = new Botmaster(); * botmaster.addBot(new SocketioBot({