We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd2cb4 commit e76adb9Copy full SHA for e76adb9
src/app/docs/quickstart/page.mdx
@@ -153,7 +153,7 @@ Here's our plan for turning this into a CLI that actually does what we set out t
153
4. If we're supposed to receive data:
154
- we'll parse the ticket out of the CLI arguments,
155
- download the file using [`download`](https://docs.rs/iroh-blobs/latest/iroh_blobs/rpc/client/blobs/struct.Client.html#method.download),
156
- - and copy the result the local file system.
+ - and copy the result to the local file system.
157
158
Phew okay! Here's how we'll grab an iroh-blobs client and look at the CLI arguments:
159
0 commit comments