diff --git a/README.md b/README.md index 90c527d..162876e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ First, create the PDLJS client: ```js import PDLJS from 'peopledatalabs'; -PDLJSClient = PDLJS({“apiKey”: “YOUR API KEY”}) +const PDLJSClient = new PDLJS({apiKey: "YOUR API KEY"}) ``` Then, send requests to any PDL API Endpoint: