Skip to content

Commit 5ec2a58

Browse files
committed
Update README.md
1 parent d3fc00f commit 5ec2a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## About
44

55
CSV2CMI is a little program to transform a table of letters (given as .csv) into the [CMI format](https://github.com/TEI-Correspondence-SIG/CMIF).
6-
The CMI format is the underlying data format for the web service [correspSearch](http://correspsearch.bbaw.de/) which facilitates searching across diverse distributed letter repositories.
6+
The CMI format is the underlying data format for the web service *[correspSearch](http://correspsearch.bbaw.de/)* which facilitates searching across diverse distributed letter repositories.
77

88
It's intended for printed (print only) editions and catalogues of letters.
99

@@ -12,7 +12,7 @@ It's intended for printed (print only) editions and catalogues of letters.
1212
You have to name your columns as follows:
1313
* name of the sender: "sender"
1414
* name of the addressee: "addressee"
15-
* IDs of the named person: "senderID" and "addresseeID"
15+
* IDs of the named person or organization: "senderID" and "addresseeID" (this is essential for *correspSearch*)
1616
* the date, when the letter has been sent: "senderDate"
1717

1818
You may provide places as additional information:

0 commit comments

Comments
 (0)