diff --git a/README.md b/README.md index 27cbba0..8ede18e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Read an IIIF Manifest (from local file or remote URL) and output flattened metad go get github.com/atomotic/iiif-flat-metadata -### Example +### Example: URL ``` iiif-flat-metadata http://www.e-codices.unifr.ch/metadata/iiif/fmb-cb-0100/manifest.json | jq @@ -33,3 +33,8 @@ iiif-flat-metadata http://www.e-codices.unifr.ch/metadata/iiif/fmb-cb-0100/manif "Title (English)": "Justinian I, Digestum Vetus" } ``` + +### Example: File +``` +parallel iiif-flat-metadata "{} > {#}.json" :::: list.txt +```