Skip to content

Commit

Permalink
* adding js identifier to example code markup
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoriuchi committed Aug 17, 2016
1 parent b9d2423 commit 5b4d563
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 @@ -46,7 +46,7 @@ app.post('/login', passport.authenticate('ActiveDirectory', opts), function(req,

#### Optionally reuse an existing instance of `activedirectory`

```
```js
var passport = require('passport')
var ActiveDirectoryStrategy = require('passport-activedirectory')
var ActiveDirectory = require('activedirectory')
Expand Down

0 comments on commit 5b4d563

Please sign in to comment.