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 3923979 commit 12e801bCopy full SHA for 12e801b
README.md
@@ -61,7 +61,7 @@ app.all('/proxy/?*', jsforceAjaxProxy());
61
If you want to accept http request from other origin, set `enableCORS` option to true.
62
63
```javascript
64
-app.all('/proxy/?*', jsforceAjaxProxy({ enableCORS: true });
+app.all('/proxy/?*', jsforceAjaxProxy({ enableCORS: true }));
65
```
66
67
0 commit comments