diff --git a/examples/libp2p-host/README.md b/examples/libp2p-host/README.md index 4714e8fe8706beacdf07535b78aed8c5fa2747a8..88532053bb4a15c9a79b6fbad325701b6d95a591 100644 --- a/examples/libp2p-host/README.md +++ b/examples/libp2p-host/README.md @@ -30,7 +30,9 @@ if err != nil { fmt.Printf("Hello World, my hosts ID is %s\n", h.ID()) ``` -If you want more control over the configuration, you can specify some options to the constructor. In this snippet we generate our own ID and specified on which address we want to listen: +If you want more control over the configuration, you can specify some options to the constructor. For a full list of all the configuration supported by the constructor see: [options.go](https://github.com/libp2p/go-libp2p/blob/master/options.go) + +In this snippet we generate our own ID and specified on which address we want to listen: ```go // Set your own keypair