Skip to content

Commit

Permalink
fix missing word in section title (#179)
Browse files Browse the repository at this point in the history
* fix missing word in section title

Write A Loader *From* An IPFS BlockStore

* Address review feedback
  • Loading branch information
liamsi authored Aug 3, 2021
1 parent 3d4728c commit ff19f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ storer := storeutil.StorerForBlockstore(bs)
exchange := graphsync.New(ctx, network, loader, storer)
```

### Write A Loader An IPFS BlockStore
### Write A Loader For An IPFS BlockStore

If you are using a traditional go-ipfs-blockstore, your link loading function looks like this:

Expand Down

0 comments on commit ff19f2f

Please sign in to comment.