From 52e571c77918651b54e5037d82f94ab07ea2d2c9 Mon Sep 17 00:00:00 2001 From: Evgeny Yurtaev Date: Sun, 19 Jun 2016 18:38:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 249741c..ec84cd6 100644 --- a/README.md +++ b/README.md @@ -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.