Skip to content

Commit

Permalink
README: Remove outdated comment about Node v10
Browse files Browse the repository at this point in the history
The mentioned issue has been resolved by ldapjs/node-ldapjs#497
  • Loading branch information
pcworld authored Nov 25, 2020
1 parent 710dcaa commit 016162c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Multiple [ldapjs](http://ldapjs.org/) client options have been made available.

## Usage

**Note:** `close` does not work on Node 10. See [joyent/node-ldapjs#483](https://github.com/joyent/node-ldapjs/issues/483) for more information. Pre-release version is available, and it works on Node 10. Install with `npm i ldapauth-fork@next`.

```javascript
var LdapAuth = require('ldapauth-fork');
var options = {
Expand Down

0 comments on commit 016162c

Please sign in to comment.