Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jan 30, 2022
1 parent 2a08890 commit 2bacaee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -17,6 +18,8 @@ Fast reader for delimiter-separated data

## Install

Go version 1.17+

```
go get github.com/cristalhq/dsvreader
```
Expand Down Expand Up @@ -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

0 comments on commit 2bacaee

Please sign in to comment.