From c255c950ca0818ae35fa9b0358af6041d47322c2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 24 Jul 2015 14:48:25 -0600 Subject: [PATCH] whitespace fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c61204..1de5d4c 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ var opts = { , connect: cluster.isWorker , standalone: (1 === numCores) // overrides serve and connect - // if using SQLCipher, you can supply the key and desired bit-length - // and the appropriate PRAGMA statements will be issued before the database is returned + // if using SQLCipher, you can supply the key and desired bit-length and the + // appropriate PRAGMA statements will be issued before the database is returned , key: '00000000000000000000000000000000' , bits: 128 };