Skip to content

Commit 8cc4de6

Browse files
authored
Merge pull request #8 from levithomason/patch-1
docs(readme): fix cors example typo
2 parents 37bced5 + 12e801b commit 8cc4de6

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
@@ -61,7 +61,7 @@ app.all('/proxy/?*', jsforceAjaxProxy());
6161
If you want to accept http request from other origin, set `enableCORS` option to true.
6262

6363
```javascript
64-
app.all('/proxy/?*', jsforceAjaxProxy({ enableCORS: true });
64+
app.all('/proxy/?*', jsforceAjaxProxy({ enableCORS: true }));
6565
```
6666

6767

0 commit comments

Comments
 (0)