Skip to content

Commit 79e4010

Browse files
authored
Update README.rst
1 parent 4ae34c8 commit 79e4010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage
1818

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

21-
5. Now you have 2 options for running. Both will create an /export/ dir for your vCards.
21+
5. Now you have 2 options for running (both will create an /export/ dir for your vCard):
2222

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.
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.

0 commit comments

Comments
 (0)