README.md in motion_bindable-0.2.3 vs README.md in motion_bindable-0.2.4

- old
+ new

@@ -95,15 +95,16 @@ `MotionBindable::Strategy`. Please use the existing strategies as a guideline. ### Default Strategies The following strategies come with motion-bindable and are setup when -`MotionBindable::Strategies.use` is called. +`MotionBindable::Strategies.apply` is called. -| Name | Object Candidates | Direction | -| ----------------------------------------- | ----------------- | --------- | -| `MotionBindable::Strategies::UITextField` | Any `UITextField` | Two-way | -| `MotionBindable::Strategies::Proc` | Any `Proc` | One-way | +| Name | Object Candidates | Direction | +| ----------------------------------------- | ----------------- | ------------------- | +| `MotionBindable::Strategies::UITextField` | Any `UITextField` | Bound >-< Attribute | +| `MotionBindable::Strategies::Proc` | Any `Proc` | Bound >-- Attribute | +| `MotionBindable::Strategies::UILabel` | Any `UILabel` | Bound --< Attribute | ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)