Skip to content

Commit 27788e6

Browse files
committed
revert accidental change
1 parent e946eda commit 27788e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Note that this gem will automatically switch to using the Rails logger it is det
8080

8181
HTTPS proxy
8282
------------
83-
Go's standard HTTP library provides built-in support for the use of an HTTPS proxy. If the HTTPS_PROXY environment variable is present then the SDK will proxy all network requests through the URL provided.
83+
The Ruby SDK uses Faraday to handle all of its network traffic. Faraday provides built-in support for the use of an HTTPS proxy. If the HTTPS_PROXY environment variable is present then the SDK will proxy all network requests through the URL provided.
8484

8585
How to set the HTTPS_PROXY environment variable on Mac/Linux systems:
8686
```

0 commit comments

Comments
 (0)