diff --git a/README.md b/README.md index 9a659bd..fa8cf8b 100644 --- a/README.md +++ b/README.md @@ -275,3 +275,9 @@ u'Harris' [, ] ``` + +Just like with iCalendar example above readComponents will yield a generator from a stream or string containing multiple vCards objects. +``` +>>> vobject.readComponents(vCardStream).next().email.value +'jeffrey@osafoundation.org' +```