Skip to content

Commit

Permalink
Merge branch 'master' of github.com:neumino/rethinkdbdash
Browse files Browse the repository at this point in the history
  • Loading branch information
neumino committed Aug 3, 2017
2 parents f2d0f10 + 67a3a9a commit 7421553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ var r = require('rethinkdbdash')({
});
// Connect to a cluster containing `192.168.0.100`, `192.168.0.100`, `192.168.0.102` and
use a maximum of 3000 connections and try to keep 300 connections available at all time.
// use a maximum of 3000 connections and try to keep 300 connections available at all time.
var r = require('rethinkdbdash')({
servers: [
{host: '192.168.0.100', port: 28015},
Expand Down

0 comments on commit 7421553

Please sign in to comment.