Skip to content

Commit

Permalink
docs(README): add format to simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Nov 10, 2015
1 parent e656007 commit 493201c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use std::thread;
fn main() {
let count = 1000;
let mut pb = ProgressBar::new(count);
pb.format("╢▌▌░╟");
for _ in 0..count {
pb.inc();
thread::sleep_ms(200);
Expand Down

0 comments on commit 493201c

Please sign in to comment.