From 71fecd67795a74d918ec38f77007500486f750e0 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 3 Aug 2017 17:43:26 +0200 Subject: [PATCH] Fixed a MarkDown issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d65af6..e79d4e6 100644 --- a/README.md +++ b/README.md @@ -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},