From 5434a2f85c6f03771f92ad9f0d5af5241f3385a6 Mon Sep 17 00:00:00 2001 From: Hector Correa Date: Mon, 16 Nov 2020 09:24:29 -0500 Subject: [PATCH] Note new XML sample file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2103c..09c203c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Files under `./data/` are small MARC files that I use for testing. * test_10.mrc has 10 MARC records (MARC binary) * test_1a.mrc is the first record of test_10.mrc (MARC binary) * test_1b.mrc is the second record of test_10.mrc (MARC binary) -* small.xml has 10 MARC records (MARC XML) +* test_10.xml same as test_10.mrc but in MARC XML. ## Getting started with the code