diff --git a/internal_filesystem/lib/README.md b/internal_filesystem/lib/README.md index ca6ae0d0..1c149121 100644 --- a/internal_filesystem/lib/README.md +++ b/internal_filesystem/lib/README.md @@ -6,4 +6,5 @@ This /lib folder contains: - mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree() - mip.install("aiohttp") # easy websockets - mip.install("base64") # for nostr etc +- mip.install("collections") # used by aiohttp