Skip to content

Commit

Permalink
Merge pull request #84 from dpfbop/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
srdanrasic authored Jun 20, 2016
2 parents 3c1bc7e + 52e571c commit ae8c550
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 @@ -343,7 +343,7 @@ let options = CollectionProperty(["enabled": "yes"])
```

```swift
let names: CollectionProperty(["Steve", "Tim"])
let names = CollectionProperty(["Steve", "Tim"])
```

When observing collection property, events you receive will be structs that contain detailed description of changes that happened.
Expand Down

0 comments on commit ae8c550

Please sign in to comment.