From f034fefa703c0c427e6ded9273c608da9392082c Mon Sep 17 00:00:00 2001 From: Jussi Laasonen Date: Mon, 11 Mar 2019 14:06:14 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0f1cb..fd0db64 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/505e1372f12d2ec7eb0b/maintainability)](https://codeclimate.com/github/ElectronicBabylonianLiterature/fragment-hit-counter/maintainability) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) -The hit counter script extracts fragments hits from a catalogue. For each fragment in the catalogue the number of unique documents not starting with `BC`, `cad `, `cad_`, `CAD `, or `CAD_` is calculated and saved to the database under `hits` property. +The hit counter script extracts fragments hits from a catalogue. For each fragment in the catalogue the documents starting with `BC` are collected and saved to the database under `uncuratedReferences` property as a list of objects with "File name" column without extension and quotes as `document` and the list of pages from the "Page" as integers as `pages`. + Usage: