From e048805dec60b9187c1ad1675f14c25f6e2b527c Mon Sep 17 00:00:00 2001 From: "Rodweil, Theodor" Date: Mon, 7 Aug 2023 19:34:22 +0200 Subject: [PATCH] docs(README): update example manifest --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a10a3c..3c6a7fc 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,19 @@ The following is a sample manifest generated from the default sample: "Name": "pexels-just-a-couple-photos-3777622.jpg", "ContainerPageTitle": "Cats", "MimeType": "image/jpeg", - "Ref": "attachments/pexels-just-a-couple-photos-3777622.jpg" + "Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg" }, { "Name": "pexels-sami-aksu-14356302.jpg", "ContainerPageTitle": "Cats", "MimeType": "image/jpeg", - "Ref": "attachments/pexels-sami-aksu-14356302.jpg" + "Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg" }, { "Name": "objects.inv", "ContainerPageTitle": "Default Sample~", "MimeType": "application/octet-stream", - "Ref": "attachments/objects.inv" + "Ref": "attachments/Default+Sample~/objects.inv" } ] }