Skip to content

Commit

Permalink
Merge pull request #260 from nuxibyte/master
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
Stebalien authored Dec 29, 2017
2 parents 8850e51 + 835b66a commit 4bba0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/libp2p-host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import (
ctx := context.Background()

// Put all this together
netw, err := swarm.NewNetwork(ctx, []ma.Multiaddr{maddr}, ident.ID(), ps, nil)
netw, err := swarm.NewNetwork(ctx, []ma.Multiaddr{maddr}, pid, ps, nil)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 4bba0bb

Please sign in to comment.