We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d3df9 commit 6009736Copy full SHA for 6009736
examples/http-proxy/proxy.go
@@ -234,8 +234,7 @@ Usage: Start remote peer first with: ./proxy
234
235
Then you can do something like: curl -x "localhost:9900" "http://ipfs.io".
236
This proxies sends the request through the local peer, which proxies it to
237
-the remote peer, which makes it and sends the response back.
238
-`
+the remote peer, which makes it and sends the response back.`
239
240
func main() {
241
flag.Usage = func() {
0 commit comments