diff --git a/README.md b/README.md index 8b9b759..ecf8068 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ total := 100 name := "Single Bar:" - // Add a bar. You're not limited to just one bar, add many if you need. + // Add a bar + // You're not limited to just a single bar, add as many as you need bar := p.AddBar(int64(total), // Prepending decorators mpb.PrependDecorators( diff --git a/examples/singleBar/main.go b/examples/singleBar/main.go index 0813cf1..df79300 100644 --- a/examples/singleBar/main.go +++ b/examples/singleBar/main.go @@ -20,7 +20,8 @@ total := 100 name := "Single Bar:" - // Add a bar. You're not limited to just one bar, add many if you need. + // Add a bar + // You're not limited to just a single bar, add as many as you need bar := p.AddBar(int64(total), // Prepending decorators mpb.PrependDecorators(