From eaa46a5b3ab0cc8db5c625c1dfa0d50b0eab18a6 Mon Sep 17 00:00:00 2001 From: Nathan Lisgo Date: Mon, 30 Sep 2024 17:05:47 +0100 Subject: [PATCH] Demonstrate how to disable reshape in README [elifesciences/enhanced-preprints-issues#816] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0524612..a584995 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ docker compose up cat [LOCATION OF JATS XML] | curl -X POST --data @- http://localhost:3000/ ``` +## Convert JATS to json with api (disable reshape) + +```bash +cat [LOCATION OF JATS XML] | curl -X POST --data @- "http://localhost:3000/?reshape=false" +``` + ## Convert JATS to json with api target a specific encoda version ```bash