From 0037fb64ea9755c086434d7dcde24c1ddcd8477d Mon Sep 17 00:00:00 2001 From: Toby Date: Fri, 29 Sep 2023 12:20:23 +0200 Subject: [PATCH] update readme --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1ad4f17..807194d 100644 --- a/README.md +++ b/README.md @@ -210,13 +210,15 @@ If enabled will overwrite other `OPTIONS` requests. #### `config` (object, optional) -Key | Type | Default Value ----------------------- | --------- | ------------- -`allowOrigin` | `string` | `*` -`allowMethods` | `string` | `*` -`allowHeaders` | `string` | `*` -`maxAge` | `integer` | `86400` -`optionsSuccessStatus` | `integer` | `204` +Key | Type | Default Value +-------------------------- | ---------- | ------------- +`allowOrigin` | `string` | `*` +`allowMethods` | `string` | `*` +`allowHeaders` | `string` | `*` +`allowCredentials` | `boolean` | `undefined` +`vary` | `string` | `undefined` +`maxAge` | `integer` | `86400` +`optionsSuccessStatus` | `integer` | `204` ### Supported Methods