diff --git a/examples/http-proxy/proxy.go b/examples/http-proxy/proxy.go index 35a2e55f97..b0ceea0549 100644 --- a/examples/http-proxy/proxy.go +++ b/examples/http-proxy/proxy.go @@ -234,8 +234,7 @@ Usage: Start remote peer first with: ./proxy Then you can do something like: curl -x "localhost:9900" "http://ipfs.io". This proxies sends the request through the local peer, which proxies it to -the remote peer, which makes it and sends the response back. -` +the remote peer, which makes it and sends the response back.` func main() { flag.Usage = func() {