Skip to content

Commit 7006ca3

Browse files
author
Ibrahim
authored
Update DOCUMENTATION.md
1 parent 5e331b1 commit 7006ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To use a proxy with the API, you need to insert the following line of code befor
107107
```java
108108
Unirest.setProxy(new HttpHost(x, y));
109109
```
110-
where x is the IP address used to identify the host and y is the port number for identifying a particular service running in the host.
110+
*where x is the IP address used to identify the host and y is the port number for identifying a particular service running in the host.*
111111

112112

113113
# Class Reference

0 commit comments

Comments
 (0)