README.md in closure_tree-6.0.0.gamma vs README.md in closure_tree-6.0.0

- old
+ new

@@ -73,11 +73,11 @@ end ``` Make sure you check out the [large number options](#available-options) that `has_closure_tree` accepts. - Make sure you add `has_closure_tree` **after** `attr_accessible` and - `self.table_name =` lines in your model. + **IMPORTANT: Make sure you add `has_closure_tree` _after_ `attr_accessible` and + `self.table_name =` lines in your model.** If you're already using other hierarchical gems, like `ancestry` or `acts_as_tree`, please refer to the [warning section](#warning)! 4. Add a migration to add a `parent_id` column to the hierarchical model.