Skip to content

Commit ae7b529

Browse files
committed
docs: Add correct implementation description
1 parent ffc9a59 commit ae7b529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Example:
1515
const init = async () => {
1616
console.log("Init LDAP Plugin.");
1717

18-
const initLDAP = require("@openinc/parse-server-ldap");
18+
const { init: initLDAP } = require("@openinc/parse-server-ldap");
1919
initLDAP(Parse);
2020
};
2121

0 commit comments

Comments
 (0)