Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
modood committed Feb 25, 2020
1 parent 9e31d61 commit 88de94b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Produces a string that represents slice of structs data in a text table, inspire
- Cell content aligned.
- Column width self-adaptation
- Support type of struct field: int, float, string, bool, slice, struct, map, time.Time and everything.
- Support custom table header by declaring optional tag: `table`.(Thanks @skyfireitdiy)

Installation
------------
Expand All @@ -32,7 +33,7 @@ import (
)

type House struct {
Name string
Name string `table:"Name"`
Sigil string
Motto string
}
Expand Down

0 comments on commit 88de94b

Please sign in to comment.