Skip to content

Commit

Permalink
[ci skip] docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Apr 5, 2020
1 parent 78ae5ca commit b01d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Each bandwidth throttle group accepts an optional object of configuration option
```js
const bandwidthThrottleGroup = createBandwidthThrottleGroup({
bytesPerSecond: 500000 // 500KB/s,
resolutionHz: 20 // aim to write output 20x per second
ticksPerSecond: 20 // aim to write output 20x per second
});
```
Expand Down

0 comments on commit b01d93a

Please sign in to comment.