From ea3fc4c96f19eb6c7ee882d8d1dedbf8f258361a Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 29 Dec 2020 15:17:35 -0500 Subject: [PATCH] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42698042..a10fd8ff 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Available instantiating options: | `sudo` | Yes | `false` | [Sudo](https://docs.gitlab.com/ee/api/#sudo) query parameter | | `version` | Yes | `4` | API Version ID | | `camelize` | Yes | `false` | Camelizes all response body keys | -| `requesterFn` | Yes\* | @gitbeaker/node & @gitbeaker/cli : Got-based, @gitbeaker/browser: Ky-based. The @gitbeaker/core package **does not** have a default and thus must be set explicitly | Request Library Wrapper | | +| `requesterFn` | Yes\* | @gitbeaker/node & @gitbeaker/cli : Got-based, @gitbeaker/browser: Ky-based. The @gitbeaker/core package **does not** have a default and thus must be set explicitly | Request Library Wrapper | | `requestTimeout` | Yes | `300000` | Request Library Timeout in ms | | `profileToken` | Yes | N/A | [Requests Profiles Token](https://docs.gitlab.com/ee/administration/monitoring/performance/request_profiling.html) | | `profileMode` | Yes | `execution` | [Requests Profiles Token](https://docs.gitlab.com/ee/administration/monitoring/performance/request_profiling.html) |