From 77b2ca1cf269f4b0d45caf6b5c7281f65cc4c421 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 15 Jun 2024 16:23:46 +0200 Subject: [PATCH] mention IANA media type in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 349a2d6..09c7676 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ This file format can be created and read by software such as Electronic Laborato ## Specification -The file format is specified in the [SPECIFICATION.md](./SPECIFICATION.md) file. +The file format is specified in the [SPECIFICATION.md](./SPECIFICATION.md) file. It follows the [RO-Crate](https://www.researchobject.org/ro-crate/) specification and bundles the files into a ZIP archive. + +The `.eln` file/extension is an accepted and recognized media type (previously known as MIME type), see IANA assignment: +https://www.iana.org/assignments/media-types/application/vnd.eln+zip ## Origin