From 87b4ebbc25922d4c2b3f78167f698dbc7a672e5b Mon Sep 17 00:00:00 2001 From: aarlaud Date: Fri, 5 Jun 2020 10:46:30 +0200 Subject: [PATCH] docs: Update README fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35f151e..6d0b166 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ If not defining custom channel name, default channel name is used in the backend Above will only show result of call to `/` as listener is only for 'test-channel' -### Customize token and or snyk token +### Customize queue/retry values and or snyk token While instantiating your manager #### Customize queue size and intervals @@ -160,4 +160,4 @@ const requestManager = new requestsManager({snykToken:'21346-1234-1234-1234') #### Customize snyk token and queue|intervals|retries ``` const requestManager = new requestsManager({snykToken:'21346-1234-1234-1234', burstSize: 20, period: 100, maxRetryCount: 10}) -``` \ No newline at end of file +```