We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5240c commit 3923979Copy full SHA for 3923979
README.md
@@ -26,7 +26,7 @@ $ npm start
26
When you use JSforce in your JavaScript app, set `proxyUrl` when creating `Connection` instance.
27
28
```javascript
29
-var conn = jsforce.Connection({
+var conn = new jsforce.Connection({
30
accessToken: '<access_token>',
31
instanceUrl: '<instance_url>',
32
proxyUrl: 'https://your-ajax-proxy-service.herokuapp.com/proxy/'
0 commit comments