README.md in thousand_island-0.1.1 vs README.md in thousand_island-0.1.2

- old
+ new

@@ -303,10 +303,10 @@ ``` ### Table Settings You can use the defaults, or create your own <code>TableSettings</code> class as below: ```ruby - class MyTableSettings + class MyTableSettings < ThousandIsland::TableSettings def table_options {...} end end ```