Skip to content

Commit

Permalink
Change to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Sep 15, 2017
1 parent ae8812c commit 53ed2b0
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 @@ -505,10 +505,10 @@ Finally, wait for the threads to finish:

### 6.4 start

If you want your top level multi bar to be rendered as the first bar in the terminal before any registered bars call `start`:
By default the top level multi bar will be rendered as the first bar and have its timer started when on of the regsitered bars advances. However, if you wish to start timers and draw the top level multi bar do:

```ruby
multibar.start
multibar.start # => sets timer and draws top level multi progress bar
```

### 6.5 finish
Expand Down

0 comments on commit 53ed2b0

Please sign in to comment.