Skip to content

Commit a1fdd58

Browse files
committed
fix rendering
1 parent ad805b2 commit a1fdd58

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,11 @@ Start an anger instance against a given target.
5959
* `identifier`: A function used to map some payload response data to a requests uid.
6060
* `trigger`: A function which is passed a nes client to emit a message to the server for testing. Must return some uid of a message sent.
6161
* `retryOpts`: An object which is passed to [try-again](try-again) to achieve exponential backoff for retries. [Check the try-again docs for reference on how to use it.](try-again). Default values below:
62-
```js
63-
{
64-
retries: 8,
65-
max: 10000,
66-
jitter: 0.2,
67-
factor: 2,
68-
min: 100
69-
}
70-
```
71-
62+
* `retries`: 8
63+
* `max`: 10000
64+
* `jitter`: 0.2
65+
* `factor`: 2
66+
* `min`: 100
7267

7368
**Returns** an instance/event emitter for tracking progress, etc.
7469

0 commit comments

Comments
 (0)