Skip to content

Commit

Permalink
qMerge branch 'master' of github.com:AndiDittrich/Node.CLI-Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Jan 31, 2021
2 parents d0f6a42 + d465781 commit 703c1ea
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 @@ -201,7 +201,7 @@ const <instance> = new cliProgress.MultiBar(options:object [, preset:object]);
Adds a new progress bar to the container and starts the bar. Returns regular `SingleBar` object which can be individually controlled.

```js
const <barInstance> = <instance>.start(totalValue:int, startValue:int [, payload:object = {}]);
const <barInstance> = <instance>.create(totalValue:int, startValue:int [, payload:object = {}]);
```

### ::remove() ###
Expand Down

0 comments on commit 703c1ea

Please sign in to comment.