Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed May 2, 2020
1 parent bf796d4 commit 1e472cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 1e472cc

Please sign in to comment.