From 8d768db02bd27550393655f6d63723fd9c518897 Mon Sep 17 00:00:00 2001 From: Mark Cavage Date: Thu, 25 Aug 2011 07:42:32 -0700 Subject: [PATCH 1/4] docs fix --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index df9a544..2424d25 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -244,7 +244,7 @@ The sample record above maps to: ||/home/jsmith||the user's home directory.|| ||/bin/sh||the user's shell.|| -Let's some handlers to parse that and transform it into an LDAP search +Let's write some handlers to parse that and transform it into an LDAP search record (note, you'll need to add `var fs = require('fs');` at the top of the source file). From 095f85e32591c01c83dfadd15cb6e917b589c643 Mon Sep 17 00:00:00 2001 From: Mark Cavage Date: Thu, 25 Aug 2011 08:59:17 -0700 Subject: [PATCH 2/4] rename title header back to ldapjs in docs --- docs/branding/header.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/branding/header.html.in b/docs/branding/header.html.in index b1bc535..32c1f85 100644 --- a/docs/branding/header.html.in +++ b/docs/branding/header.html.in @@ -24,7 +24,7 @@