From f8a2163705d24aec4d2ab7387fac39f83f2f4268 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Tue, 28 Feb 2023 17:14:22 +0100 Subject: [PATCH] fix: trigger ci --- packages/client/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/README.md b/packages/client/README.md index ab320ad096..a22efda3bf 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -32,7 +32,6 @@ const info = await client.status(rootCid) // Promise // Fetch and verify files from web3.storage const res = await client.get(rootCid) // Promise const files = await res.files() // Promise - for (const file of files) { console.log(`${file.cid} ${file.name} ${file.size}`) }