Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pipakin committed Feb 9, 2017
1 parent 0917f96 commit effe254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ This repository is the meat of the courtbot functionality, intended to be requir

# Registration Source

In order to store and retreive registrations and sent-messages a registration source must be configured. The easiest way to do that is to use https://github.com/codefortulsa/courtbot-engine-pg to fill this role
In order to store and retreive registrations and sent-messages a registration source must be configured. The easiest way to do that is to use https://github.com/codefortulsa/courtbot-engine-pg to fill this role.

Example code to fulfill this requirement:
``` js
var courtbot = require("courtbot-engine");

Expand Down Expand Up @@ -56,6 +57,7 @@ courtbot.setRegistrationSource(function(connectionString) {

In order to send messages and interpret messages from the client, the engine requires a message source to be defined. This provides translations for all the messages.

Example code to fulfill this requirement:
``` js
var courtbot = require('courtbot-engine');

Expand Down

0 comments on commit effe254

Please sign in to comment.