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))