README.rdoc in terminal-table-1.6.0 vs README.rdoc in terminal-table-1.7.0

- old
+ new

@@ -188,10 +188,10 @@ # | Three | 3 | # x====================x=================x 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. === Constructor options and setter methods