From 7f4b20cc902341e13988adc57a263b7802ff76b3 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Mon, 20 Nov 2023 20:38:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f2b06..f0473af 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ const options = { imageURLCallback: (index) => `path/to/your/image/sequence/image${index}.jpg`, tarURL: 'path/to/your/tar/file.tar', - tarImageURLCallback: (index) => `path/to/your/tar/image/sequence/image${index}.jpg`, + tarImageURLCallback: (index) => `image${index}.jpg`, }; const sequence = new FastImageSequence(containerElement, options);