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