From 20b6e7c4a5b7959bf128342304c98f56decc2bb7 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Sun, 8 Oct 2017 12:51:50 +0200 Subject: [PATCH] Fix format of README file --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 69a9bfc..e9ba865 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ Installation 2. Edit oai2config.php and adjust the settings according to your preferences. -3. Put the records into the specified data directory. Each record has to be a separate XML file with its identifier as filename (i.e. 12345678.xml). - -3a. Optionally you can maintain deletions by keeping 0-byte files in the data directory for deleted records. +3. Put the records into the specified data directory. Each record has to be a separate XML file with its identifier as filename (i.e. 12345678.xml). Optionally you can maintain deletions by keeping 0-byte files for deleted records. 4. Congratulations! Now you are running an OAI-PMH 2.0 compatible data provider.