Skip to content

Commit 960fe3f

Browse files
committed
README update
1 parent 320a8c8 commit 960fe3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ but unlike the last one, implementation is mutex free, following Go's idiom:
1313
* __Cancellable__: cancel rendering goroutine at any time
1414
* __Dynamic Addition__: Add additional progress bar at any time
1515
* __Dynamic Removal__: Remove rendering progress bar at any time
16-
* __Dynamic Sorting__: Sort bars by progression
16+
* __Dynamic Sorting__: Sort bars as you wish
1717
* __Dynamic Resize__: Resize bars on terminal width change
1818
* __Custom Decorator Functions__: Add custom functions around the bar along with helper functions
1919
* __Predefined Decoratros__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter

0 commit comments

Comments
 (0)