diff --git a/README.md b/README.md index 9f40db9..634b431 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ [![pkg-img]][pkg-url] [![reportcard-img]][reportcard-url] [![coverage-img]][coverage-url] +[![version-img]][version-url] -Fast reader for delimiter-separated data +Fast reader for delimiter-separated data. ## Features @@ -17,6 +18,8 @@ Fast reader for delimiter-separated data ## Install +Go version 1.17+ + ``` go get github.com/cristalhq/dsvreader ``` @@ -56,3 +59,5 @@ See [these docs][pkg-url]. [reportcard-url]: https://goreportcard.com/report/cristalhq/dsvreader [coverage-img]: https://codecov.io/gh/cristalhq/dsvreader/branch/master/graph/badge.svg [coverage-url]: https://codecov.io/gh/cristalhq/dsvreader +[version-img]: https://img.shields.io/github/v/release/cristalhq/dsvreader +[version-url]: https://github.com/cristalhq/dsvreader/releases