We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600ff4d commit 340c5c7Copy full SHA for 340c5c7
README.md
@@ -8,7 +8,11 @@
8
<p>There is no dependency package for using Proxy-Server. You only require Java with JDK version greater or equal to Java-8</p>
9
<ol><em>Steps:</em>
10
<li><code>$javac ProxyServer.java</code></li>
11
- <li><code>$java ProxyServer {port}</code><br/>where port is integer and 1024 <= port <= 65535</li>
+ <li>
12
+ <code>$java ProxyServer {port}</code><br/>
13
+ where <em>port is integer</em> and <em>1024 <= port <= 65535</em><br/>
14
+ Here,<em>port</em> means the port number on which you would like to receive the request from apache
15
+ </li>
16
</ol>
17
<hr/>
18
<h3 align='center'>Happy Using</h3>
0 commit comments