Skip to content

Commit

Permalink
Merge pull request tj#71 from BobWhitelock/patch-1
Browse files Browse the repository at this point in the history
Correct Style class name in README
  • Loading branch information
nateberkopec authored Aug 20, 2016
2 parents c16bd19 + 011d865 commit 64f8823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ And change styles on the fly:

To change the default style options:

Terminal::Style.defaults = {:width => 80}
Terminal::Table::Style.defaults = {:width => 80}

All Table objects created afterwards will inherit these defaults.

Expand Down

0 comments on commit 64f8823

Please sign in to comment.