Skip to content

Commit 26915a9

Browse files
authored
Update README.md
1 parent 3ce5bd4 commit 26915a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Running SampleCode without a parameter will give you the list of sample names.
3535
Please set the JAVA environment proxy using a similar code :
3636
```
3737
System.setProperty(Constants.HTTPS_USE_PROXY, "true");
38-
System.setProperty(Constants.HTTPS_PROXY_HOST, "127.0.0.1");
39-
System.setProperty(Constants.HTTPS_PROXY_PORT, "8888");
38+
System.setProperty(Constants.HTTPS_PROXY_HOST, "127.0.0.1");
39+
System.setProperty(Constants.HTTPS_PROXY_PORT, "8888");
4040
```
4141
**For using proxy authentication**
4242

0 commit comments

Comments
 (0)