Skip to content

Commit 510dd6c

Browse files
committed
Fix formatting of MIME type in README for DDI-CDI metadata export
1 parent 1f5f1db commit 510dd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This exporter provides DDI-CDI metadata export in two modes:
122122

123123
The exporter is written in Python (Jython) and makes public API calls to check for existing CDI files before falling back to generation. It uses the specific MIME type with DDI-CDI profile to distinguish CDI files from other JSON-LD files, making it ideal for datasets that may have curated CDI metadata while providing automatic generation for others.
124124

125-
**MIME Type:** `application/ld+json; profile="http://www.w3.org/ns/json-ld#flattened http://www.w3.org/ns/json-ld#compacted https://ddialliance.org/Specification/DDI-CDI/1.0"`
125+
**MIME Type:** `application/ld+json;profile="http://www.w3.org/ns/json-ld#flattened http://www.w3.org/ns/json-ld#compacted https://ddialliance.org/Specification/DDI-CDI/1.0"`
126126

127127
## Developer guide
128128

0 commit comments

Comments
 (0)