We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320a8c8 commit 960fe3fCopy full SHA for 960fe3f
1 file changed
README.md
@@ -13,7 +13,7 @@ but unlike the last one, implementation is mutex free, following Go's idiom:
13
* __Cancellable__: cancel rendering goroutine at any time
14
* __Dynamic Addition__: Add additional progress bar at any time
15
* __Dynamic Removal__: Remove rendering progress bar at any time
16
-* __Dynamic Sorting__: Sort bars by progression
+* __Dynamic Sorting__: Sort bars as you wish
17
* __Dynamic Resize__: Resize bars on terminal width change
18
* __Custom Decorator Functions__: Add custom functions around the bar along with helper functions
19
* __Predefined Decoratros__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter
0 commit comments