Skip to content

Commit 32ff83f

Browse files
committed
add args
1 parent 774bcdc commit 32ff83f

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
@@ -21,7 +21,7 @@ javac -Xlint:deprecation ProxyCache.java HttpRequest.java HttpResponse.java SCac
2121
## Running the program
2222

2323
```bash
24-
java ProxyCache <port-number>
24+
java ProxyCache <port-number> [args]
2525
# Example:
2626
java ProxyCache 5001
2727
```

0 commit comments

Comments
 (0)