Skip to content

Commit

Permalink
Merge pull request neumino#345 from dunklesToast/patch-1
Browse files Browse the repository at this point in the history
Fixed a MarkDown issue - PR by @dunklesToast
  • Loading branch information
neumino authored Aug 4, 2017
2 parents 1d119dc + 71fecd6 commit 67a3a9a
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 67a3a9a

Please sign in to comment.