Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Dec 20, 2023
1 parent 2e92bd5 commit ac1b0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ you can find more examples in an **[examples](/tabled/examples/)** folder.
## Usage

To print a list of structs or enums as a table,
There is 2 ways you can build a table.
there is 2 ways you can build a table.

* Using a builder method, to build table step by step
* Implement a `Tabled` trait for your type (or anotate your type with a derive macro `#[derive(Tabled)]`) and use a iterator of this type.
Expand Down

0 comments on commit ac1b0e5

Please sign in to comment.