diff --git a/README.md b/README.md index e033808..1816a82 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,7 @@ p.Stop() ``` -Running [this](examples/singleBar/main.go), will produce: - -![gif](examples/gifs/single.gif) +![single.gif](examples/gifs/single.gif) However **mpb** was designed with concurrency in mind. Each new bar renders in its own goroutine, therefore adding multiple bars is easy and safe: