We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae34c8 commit 79e4010Copy full SHA for 79e4010
README.rst
@@ -18,7 +18,7 @@ Usage
18
19
4. Import module ``from csv2vcard import csv2vcard``
20
21
-5. Now you have 2 options for running. Both will create an /export/ dir for your vCards.
+5. Now you have 2 options for running (both will create an /export/ dir for your vCard):
22
23
- * Test the app with ``csv2vcard.test_csv2vcard()``. This will create a Forrest Gump test vCard.
24
- * Use your real data ``csv2vcard.csv2vcard(yourfilename, ",")``. This will create all your vCards.
+- Test the app with ``csv2vcard.test_csv2vcard()``. This will create a Forrest Gump test vCard.
+- Use your real data ``csv2vcard.csv2vcard(yourfilename, ",")``. This will create all your vCards.
0 commit comments