diff --git a/README.md b/README.md index fa276c6..4287c83 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ display - automaticly display the to string with each iteration bar_format - string which dictates how things are displayed ex "{elapesed} - {eta}" could look like: 00:00 - 00:10. See the statistics portion to see what can be displayed **Available Statistics** + elapsed - running time of iterator. displayed as: mm:ss percentage - percentage of completion. displayed as: 100% @@ -85,9 +86,10 @@ fraction - current / end. displayed as: [100/100] rate - iterations per second. displayed as: 2.00/s (unit can be changed, see units attribute) -eat - estimated time until completion. displayed as: mm:ss +eta - estimated time until completion. displayed as: mm:ss **Methods** + elapsed(self) - running time of iterator estimated_time(self) - estimated time until iterator completes @@ -101,4 +103,5 @@ per_second - calculates the rate or speed of iterations per second percentage - floating point of completion ### Bug Reporting + Please submit bugs to the github [issue tracker](https://github.com/zaktimson/progressbar/issues)