Skip to content

Commit

Permalink
Condense -bindTo: example a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 18, 2013
1 parent 168b988 commit 6b71433
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,7 @@ The special `RACBind(...) = RACBind(...)` syntax will continue to work.

**To update:**

Replace:

```objc
[binding1 bindTo:binding2];
```
with:
Replace `[binding1 bindTo:binding2]` with:

```objc
[binding2 subscribe:binding1];
Expand Down

0 comments on commit 6b71433

Please sign in to comment.