From 41eecfc2341692a742450dfb51d17e72724afab2 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Sat, 25 May 2024 11:50:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b977ebc..a2a60da 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ const options = { ### Advanced usage You can also set multiple sources for the FastImageSequence class. This can be useful when you want to load images from -different sources, such as a tar file and an image URL. You can set an array of ImageSourceOptions in the src option. -Each ImageSourceOptions object can have its imageURL and tarURL. +different sources, such as a tar file *and* an image URL. You can set an array of ImageSource in the src option. +Each ImageSource can have its imageURL and tarURL. The FastImageSequence class will try to load images from the first source in the array. If an image is not available yet, it will try to load it from the next source in the array, etc. Finally, the best matching available image will be rendered.