Skip to content

Commit

Permalink
Minor tidy-up in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Dec 30, 2019
1 parent 0a6fc88 commit 94b92c3
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 @@ -755,7 +755,7 @@ These are configured via a separate option: see [below](#dividers).
To add lines between rows in the table body, use the `divider_frequency` option when initializing
the table. The default value for this option is `nil`, meaning there are no dividing lines between
rows. But if this option passed is a positive integer N, then a dividing line is inserted before
every Nth row (other than the first one, which is proceeded by the header row). For example:
every Nth row. For example:

```
> puts Tabulo::Table.new(1..6, :itself, :even?, :odd?, divider_frequency: 2)
Expand Down

0 comments on commit 94b92c3

Please sign in to comment.