README.md in cdq-0.1.9 vs README.md in cdq-0.1.10
- old
+ new
@@ -320,9 +320,21 @@
```
> NOTE: strings and symbols are NOT interchangeable. `cdq('Entity')` gives you a
query generator for an entity, but `cdq(:attribute)` starts a predicate for an
attribute.
+## iCloud
+
+As of version 0.1.10, there is some experimental support for iCloud, written by
+@katsuyoshi. Please try it out and let us know how it's working for you. To
+enable, initialize like this:
+
+```ruby
+ cdq.stores.new(iCloud: true, container: "com.your.container.id")
+```
+
+You can also set up iCloud in your cdq.yml file.
+
## Documentation
* [API](http://rubydoc.info/github/infinitered/cdq)
* [Cheat Sheet](https://github.com/infinitered/cdq/wiki/CDQ-Cheat-Sheet)
* [Tutorial](https://github.com/infinitered/cdq/wiki/Greenfield-Quick-Start)