diff --git a/README.md b/README.md index d7db66d..a196a5f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,6 @@ [![codecov](https://codecov.io/gh/vbauerster/mpb/branch/master/graph/badge.svg)](https://codecov.io/gh/vbauerster/mpb) **mpb** is a Go lib for rendering progress bars in terminal applications. - -It is inspired by [uiprogress](https://github.com/gosuri/uiprogress) library, -but unlike the last one, implementation is mutex free, following Go's idiom: - -> Don't communicate by sharing memory, share memory by communicating. ## Features