Skip to content

Commit 0ee4c57

Browse files
authored
Update README.md
1 parent 3e3797a commit 0ee4c57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ No | Name | Position | Salary
3333
4 | Mark Zuckerberg | Founder Facebook | 1,300,000
3434
```
3535

36+
There are more [examples below](#examples).
37+
3638
## Convenience methods
3739

3840
### Columns
@@ -483,7 +485,7 @@ No Name Position Salary
483485
.............................................................
484486
```
485487

486-
## Example
488+
## Examples
487489

488490
With all the examples above demonstrating a specific option each, you may not have noticed how easy this package can make your life (that's what it's meant to do). So here's an example that shows typical usage. Assuming you have a `Person` class/record but you can't (or don't want to) 'pollute' it with `ColumnOrder`-attributes:
489491

0 commit comments

Comments
 (0)