Update README.md

This commit is contained in:
Abdel
2015-09-14 18:09:10 -04:00
parent e62119a669
commit 18601b29b1

View File

@@ -1,9 +1,13 @@
# vCardEditor
a simple vcf file Editor.
A Simple vcf file Editor.
![vcard](https://cloud.githubusercontent.com/assets/169070/9863134/7451d17a-5b0b-11e5-80d6-56d7a70fd5e2.jpg)
You can export easily edit (modify, delete) entries of a vcf file with this simple tool.
- You can export easily edit (modify, delete) entries of a vcf file with this simple tool.
Thanks for Thought.vCards for his wonderful work of parsing and generating vcf format.
Thanks for Thought.vCards for his wonderful library of parsing and generating vcf format.
http://www.thoughtproject.com/Libraries/vCard/
Also, the MVP pattern from this example :
https://github.com/lennykean/NoteCards