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},