Skip to content

Commit

Permalink
Fix example error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwuarin committed Apr 2, 2017
1 parent b698213 commit 0368382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 0368382

Please sign in to comment.