From 316cc9f389ad126f764dc3927271c691a7117827 Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Thu, 17 Oct 2024 01:52:44 -0400 Subject: [PATCH] Fix item 3 of the specification, update verison to 4.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b25df2..d37468b6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ N5 group is not a single file but simply a directory on the file system. Meta-d 1. All directories of the file system are N5 groups. 2. A JSON file `attributes.json` in a directory contains arbitrary attributes. A group without attributes may not have an `attributes.json` file. -3. The version of this specification is 1.0.0 and is stored in the "n5" attribute of the root group "/". +3. The version of this specification is 4.0.0 and is stored in the "n5" attribute of the root group "/". 4. A dataset is a group with the mandatory attributes: * dimensions (e.g. [100, 200, 300]), * blockSize (e.g. [64, 64, 64]),