From 0d13e8058c6deb6abc7906e634b340583ad4e8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Mon, 5 Feb 2024 11:04:52 +0100 Subject: [PATCH] Fix Locator's position format (#185) --- models/locators/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/locators/README.md b/models/locators/README.md index b4ab782..ac36112 100644 --- a/models/locators/README.md +++ b/models/locators/README.md @@ -37,7 +37,7 @@ It may also contain: | ---- | ---------- | ------ | -------- | | `fragments` | Contains one or more fragment in the resource referenced by the Locator Object. | Array of strings | No | | `progression` | Progression in the resource expressed as a percentage. | Float between 0 and 1 | No | -| `position` | An index in the publication. | Integer where the value is > 1 | No | +| `position` | An index in the publication. | Integer where the value is > 0 | No | | `totalProgression` | Progression in the publication expressed as a percentage. | Float between 0 and 1 | No | Additional locations may also be included in this object, using an extension officially registered on this repository or a URI.