Skip to content

Commit d490e0f

Browse files
authored
Fix raw block Accept header
1 parent dc8828e commit d490e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-retrieval/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ curl http://{SP's http retrieval URL}/ipfs/{content ID}/{optional path to resour
3535
For advanced IPFS and IPLD use cases, you can now retrieve individual blocks by passing an `Accept` header with the `application/vnd.ipld.raw;` format
3636

3737
```
38-
curl -H "Accept:application/vnd.ipld.car;" http://{SP's http retrieval URL}/ipfs/bagaSomeBlockCID -o bagaSomeBlockCID
38+
curl -H "Accept:application/vnd.ipld.raw;" http://{SP's http retrieval URL}/ipfs/bagaSomeBlockCID -o bagaSomeBlockCID
3939
```
4040

4141
## Local Setup

0 commit comments

Comments
 (0)