diff --git a/README.md b/README.md index 3f3097f..0ecbc04 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -[![Build Status](https://travis-ci.org/pear/File_IMC.png?branch=0.6.0)](https://travis-ci.org/pear/File_IMC) +Allows you to programmatically create a vCard or vCalendar, and fetch the text. + +IMPORTANT: The array structure has changed slightly from Contact_Vcard_Parse. +See the example output for the new structure. Also different from Contact_Vcard +is the use of a factory pattern. Again, see the examples.