Skip to content

Commit

Permalink
Merge pull request kalebo#3 from fson/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the example code
  • Loading branch information
dthree authored Aug 3, 2017
2 parents 2c4457f + 8f34929 commit 2792284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const AD = require('ad');

// Your AD account should be a member
// of the Administrators group.
const ad = new ad({
const ad = new AD({
url: "ldaps://127.0.0.1",
user: "[email protected]",
pass: "howinsecure"
Expand Down

0 comments on commit 2792284

Please sign in to comment.