From c02a8225389e8a969591ac7bb332d2da9de5cda0 Mon Sep 17 00:00:00 2001 From: Jussi Laasonen Date: Fri, 21 Sep 2018 15:01:11 +0200 Subject: [PATCH] Bump version and update read me --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 870cd9a..932b3e7 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,6 @@ The fragment ID is parsed from the file name: - `Rm 2 .csv` => `Rm-II.` - `Rm II .csv` => `Rm-II.` +Hits from different files resulting in same fragment ID are summed for the final result. + If the file name does not match any pattern the file is ignored. diff --git a/package.json b/package.json index 602afd0..0a51009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fragment-hit-counter", - "version": "1.0.2", + "version": "1.0.3", "description": "A script to extract fragment hits from a catalogue", "main": "index.js", "repository": "https://github.com/ElectronicBabylonianLiterature/fragment-hit-counter.git",