diff --git a/README.md b/README.md index 1816a82..47e8ab1 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,6 @@ p.Stop() ``` -![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: @@ -107,8 +105,6 @@ p.Stop() ``` -![simple.gif](examples/gifs/simple.gif) - #### [Cancellation](examples/cancel/main.go) ![cancel.gif](examples/gifs/cancel.gif)