From 8f141f0fa9829092b906557ca90f48b628437cd2 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Fri, 24 May 2024 21:45:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6392de5..b977ebc 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ sequence.onLoadProgress(onProgress); ### sources[index:number].setMaxCachedImages(maxCache: number, onProgress?: (progress: number) => void): Promise -This method sets the number of images that should be preloaded and cached in memory for a input source and returns a +This method sets the number of images that should be preloaded and cached in memory for an input source and returns a Promise that resolves when all these images are preloaded and cached. ```typescript