Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/gateway/car-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an example that shows how to build a Gateway backed by the contents of
a CAR file. A [CAR file](https://ipld.io/specs/transport/car/) is a Content
Addressable aRchive that contains blocks.
Addressable Archive that contains blocks.

The `main.go` sets up a `blockService` backed by a static CAR file,
and then uses it to initialize `gateway.NewBlocksBackend(blockService)`.
Expand All @@ -16,7 +16,7 @@ and then uses it to initialize `gateway.NewBlocksBackend(blockService)`.
## Usage

First of all, you will need some content stored as a CAR file. You can easily
export your favorite website, or content, using:
export your favorite website or content, using:

```
ipfs dag export <CID> > data.car
Expand Down