diff --git a/README.md b/README.md index 326a936..62787a2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ A very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for [croc](https://github.com/schollz/croc) and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support [multi-line outputs](https://github.com/schollz/progressbar/issues/6). -![Example of progress bar](https://user-images.githubusercontent.com/6550035/32120326-5f420d42-bb15-11e7-89d4-c502864e78eb.gif) ## Install @@ -31,7 +30,6 @@ which looks like: ![Example of basic bar](examples/basic/basic.gif) -The times at the end show the elapsed time and the remaining time, respectively. ### I/O operations