From c9b10ce420a587ac76f878060940fddbb23b6a55 Mon Sep 17 00:00:00 2001 From: Mark Cavage Date: Thu, 10 Nov 2011 10:15:26 -0800 Subject: [PATCH] tabs in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66822ed..0adc28c 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ For full docs, head on over to . server.search('dc=example', function(req, res, next) { var obj = { dn: req.dn.toString(), - attributes: { - objectclass: ['organization', 'top'], - o: 'example' - } + attributes: { + objectclass: ['organization', 'top'], + o: 'example' + } }; if (req.filter.matches(obj.attributes))