Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Feb 13, 2020
1 parent bb8dbd3 commit 8a2f1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](http://img.shields.io/coveralls/o1egl/fwencoder.svg?style=flat-square)](https://coveralls.io/r/o1egl/fwencoder)
[![Go Report Card](https://goreportcard.com/badge/github.com/o1egl/fwencoder)](https://goreportcard.com/report/github.com/o1egl/fwencoder)

This library allows to parse fixed width table data like:
This library is using to parse fixed-width table data like:

```
Name Address Postcode Phone Credit Limit Birthday
Expand Down Expand Up @@ -78,4 +78,4 @@ people := []Person{
}

err := MarshalWriter(os.Stdout, &people)
```
```

0 comments on commit 8a2f1ab

Please sign in to comment.