diff --git a/README.md b/README.md index 5f426b6..003fb59 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ name := "Single Bar:" // adding a single bar, which will inherit container's width bar := p.AddBar(int64(total), - // override mpb.DefaultBarStyle, which is "[=>-]<+" + // override DefaultBarStyle, which is "[=>-]<+" mpb.BarStyle("╢▌▌░╟"), mpb.PrependDecorators( // display our name with one space on the right diff --git a/_examples/singleBar/main.go b/_examples/singleBar/main.go index 10e9210..3945e07 100644 --- a/_examples/singleBar/main.go +++ b/_examples/singleBar/main.go @@ -16,7 +16,7 @@ name := "Single Bar:" // adding a single bar, which will inherit container's width bar := p.AddBar(int64(total), - // override mpb.DefaultBarStyle, which is "[=>-]<+" + // override DefaultBarStyle, which is "[=>-]<+" mpb.BarStyle("╢▌▌░╟"), mpb.PrependDecorators( // display our name with one space on the right diff --git a/example_test.go b/example_test.go index fd4ec26..571317e 100644 --- a/example_test.go +++ b/example_test.go @@ -19,7 +19,7 @@ name := "Single Bar:" // adding a single bar, which will inherit container's width bar := p.AddBar(int64(total), - // set custom bar style, default one is "[=>-]" + // override DefaultBarStyle, which is "[=>-]<+" mpb.BarStyle("╢▌▌░╟"), mpb.PrependDecorators( // display our name with one space on the right