Skip to content

Commit 0a355a5

Browse files
committed
Minor change to README
1 parent 93fd54b commit 0a355a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A Python script that parses a .csv file of contacts and automatically creates vC
1919

2020
4. Import module `from csv2vcard import csv2vcard`
2121

22-
5. Now you have 2 options for running. Both will create an /export/ dir with an example vCards.
22+
5. Now you have 2 options for running. Both will create an /export/ dir for your vCards.
2323

24-
* Test the app with `csv2vcard.test_csv2vcard()`. This will create a Forrest Gump test vCard!
25-
* Use your real data `csv2vcard.csv2vcard(yourfilename)`. This will create all your vCards!
24+
* Test the app with `csv2vcard.test_csv2vcard()`. This will create a Forrest Gump test vCard.
25+
* Use your real data `csv2vcard.csv2vcard(yourfilename)`. This will create all your vCards.

0 commit comments

Comments
 (0)