Skip to content

Commit

Permalink
fix: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Feb 28, 2023
1 parent 0f1e4e5 commit f8a2163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const info = await client.status(rootCid) // Promise<Status | undefined>
// Fetch and verify files from web3.storage
const res = await client.get(rootCid) // Promise<Web3Response | null>
const files = await res.files() // Promise<Web3File[]>

for (const file of files) {
console.log(`${file.cid} ${file.name} ${file.size}`)
}
Expand Down

0 comments on commit f8a2163

Please sign in to comment.