Skip to content

Commit 3923979

Browse files
committed
fix typo in example
1 parent da5240c commit 3923979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ npm start
2626
When you use JSforce in your JavaScript app, set `proxyUrl` when creating `Connection` instance.
2727

2828
```javascript
29-
var conn = jsforce.Connection({
29+
var conn = new jsforce.Connection({
3030
accessToken: '<access_token>',
3131
instanceUrl: '<instance_url>',
3232
proxyUrl: 'https://your-ajax-proxy-service.herokuapp.com/proxy/'

0 commit comments

Comments
 (0)