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.
2 parents 37bced5 + 12e801b commit 8cc4de6Copy full SHA for 8cc4de6
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