jeremycx / node-LDAP

LDAP binding for node.js
MIT License
221 stars 43 forks source link

README.md: fix name of onconnection function in docs #87

Closed tcort closed 8 years ago

tcort commented 8 years ago

The function that gets called when a connection is established comes from the connect option (see here and here). It was documented as the reconnect option.

Fix the documentation to match the code.

jeremycx commented 8 years ago

That's been on my todo list for a month now. Thanks.