Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
travis and Alan Shaw authored Mar 14, 2024
1 parent 1f11503 commit 5ca5b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/how-to/http-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ You can store individual files as [big as 5GB](https://github.com/web3-storage/w
spaces on web3.storage. To store larger files, see the [Sharded Uploads](#sharded-uploads) section below.

To upload a file to your space you'll first need convert it to a CAR. Assuming your file is
named `hello.txt` you can first use `ipfs-car` to create a CAR:
named `hello.txt` you can first use [`ipfs-car`](https://github.com/web3-storage/ipfs-car) to create a CAR:

```sh
ipfs-car pack hello.txt > hello.car
Expand Down Expand Up @@ -412,7 +412,7 @@ to the given URL with the given headers.
## Sharded Uploads

If you'd like to store a file larger than 5GB you'll need to shard it into smaller CARs before storing. We don't
proscribe any particular sharding algorithm - you'll need to:
prescribe any particular sharding algorithm - you'll need to:

1. read the input CAR
2. write the first CAR file header
Expand Down

0 comments on commit 5ca5b10

Please sign in to comment.