diff --git a/README.md b/README.md index 28e5102..df2381c 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ var message:String = vfiler.load_supported("file.txt") # Need to load multiple zip files that can let you check each for a single file and return the first instance found? -var vfiler:VFileAccess = VFileAccess.CREATE.create_readonly_zip_access("./gamer.zip") -var message:String = vfiler.load_supported("file.txt") +var vfiler:VFileAccess = VFileAccess.CREATE.create_bulk_readonly_zip_access(["mods/mod.zip","./gamer.zip"]) +var message:String = vfiler.load_supported("file.txt") # first zip to contain this will return, null otherwise. ``` # Adding supported file extensions.