Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
aarlaud authored Jun 5, 2020
1 parent 4c565af commit 87b4ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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})
```
```

0 comments on commit 87b4ebb

Please sign in to comment.