Skip to content

Commit

Permalink
Merge pull request safx#8 from jhihguan/master
Browse files Browse the repository at this point in the history
Thanks! 👍
  • Loading branch information
safx authored Oct 24, 2016
2 parents 5f4b183 + 8f65fbe commit 0cf2b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func rx_events() -> Observable<ArrayChangeEvent>

```swift
var array: ObservableArray<String> = ["foo", "bar", "buzz"]
array.rx_events().subscribeNext { print($0) }
array.rx_elements().subscribeNext { print($0) }

array.append("coffee")
array[2] = "milk"
Expand Down

0 comments on commit 0cf2b25

Please sign in to comment.