Skip to content

Commit

Permalink
馃摐docs: edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eogns47 committed Apr 8, 2024
1 parent 16e1f48 commit e3b7e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ go get -u github.com/schollz/progressbar/v3

```golang
bar := progressbar.Default(100)
for i := 0; i < 100; i++ {
for i := 0; i < 150; i++ {
bar.Add(1)
time.Sleep(40 * time.Millisecond)
}
Expand Down

0 comments on commit e3b7e69

Please sign in to comment.