Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Change incorrect function name in README (#541)
Browse files Browse the repository at this point in the history
NewFromIPFSHost -> NewFromIpfsHost
  • Loading branch information
susarlanikhilesh authored Nov 17, 2021
1 parent 06b3367 commit ee3cce7
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 @@ -70,7 +70,7 @@ var host host.Host
var router routing.ContentRouting
var bstore blockstore.Blockstore

network := bsnet.NewFromIPFSHost(host, router)
network := bsnet.NewFromIpfsHost(host, router)
exchange := bitswap.New(ctx, network, bstore)
```

Expand Down

0 comments on commit ee3cce7

Please sign in to comment.