Skip to content

Commit 12e801b

Browse files
authored
docs(readme): fix cors example typo
1 parent 3923979 commit 12e801b

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)